summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2011-01-29 18:27:21 +0100
committerReiner Herrmann <reiner@reiner-h.de>2011-01-29 18:27:21 +0100
commit8d219b75b365b406e300fc9f404809576d18b5fb (patch)
tree380e559b74ef6eb3b69305114c8e854cfba5cdbc /src/main.c
parenta301310bef5706273148fd10d05d7666bc8f5838 (diff)
parent40d93396350dc0cf87b8694691aaad5f5499cd1b (diff)
Merge branch 'master' of ssh://wg.reiner-h.de:22003/~git/oxen
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 217c1e1..ffae6e2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -27,6 +27,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;