diff options
| author | Mario Kilies <MarioKilies@GMX.net> | 2011-01-29 18:12:11 +0100 |
|---|---|---|
| committer | Mario Kilies <MarioKilies@GMX.net> | 2011-01-29 18:12:11 +0100 |
| commit | 82b730d941df3ab0e7718435dd047900b26e633a (patch) | |
| tree | bf7e486c7ac26abf8a1355d8195373b451fae4e2 /src/main.c | |
| parent | ab80fa342031a548b549e4581cb946982b433c3a (diff) | |
Some minor changes: Removed some debug output; Switched from usleep() to sleep() for delaying connections to server.
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -26,6 +26,11 @@ static void print_usage(const char* name) exit(EXIT_FAILURE); } +/** + * The application's entry point. + * @param[in] argc The number of arguments passed + * @param[in] argv The array of passed arguments +*/ int main(int argc, char *argv[]) { int opt; |
