diff options
Diffstat (limited to 'ax25ipd/ax25ipd.c')
-rw-r--r-- | ax25ipd/ax25ipd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ax25ipd/ax25ipd.c b/ax25ipd/ax25ipd.c index 0b94b7a..461147d 100644 --- a/ax25ipd/ax25ipd.c +++ b/ax25ipd/ax25ipd.c @@ -170,7 +170,7 @@ int main(int argc, char **argv) } -void greet_world() +void greet_world(void) { printf("\nax25ipd %s / %s\n", VERS2, VERSION); printf @@ -180,7 +180,7 @@ void greet_world() fflush(stdout); } -void do_stats() +void do_stats(void) { int save_loglevel; |