mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-22 23:56:54 +02:00
Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
|
fa06d5eea1 |
2 changed files with 2 additions and 4 deletions
3
iodine.c
3
iodine.c
|
@ -187,9 +187,8 @@ help() {
|
||||||
|
|
||||||
static void
|
static void
|
||||||
version() {
|
version() {
|
||||||
char *svnver = "$Rev$ from $Date$";
|
|
||||||
printf("iodine IP over DNS tunneling client\n");
|
printf("iodine IP over DNS tunneling client\n");
|
||||||
printf("SVN version: %s\n", svnver);
|
printf("version: 0.3\n");
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -187,9 +187,8 @@ help() {
|
||||||
|
|
||||||
static void
|
static void
|
||||||
version() {
|
version() {
|
||||||
char *svnver = "$Rev$ from $Date$";
|
|
||||||
printf("iodine IP over DNS tunneling server\n");
|
printf("iodine IP over DNS tunneling server\n");
|
||||||
printf("SVN version: %s\n", svnver);
|
printf("version: 0.3\n");
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue