summaryrefslogtreecommitdiffstats
path: root/src/credmonger.c
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2009-04-01 15:24:27 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2009-04-01 15:24:27 -0400
commitcd6881161be3c59483ca07be3dcc80d34993b147 (patch)
tree749a0d5ec789babf2e662b12c434a9c969a05781 /src/credmonger.c
downloadcredmonger-cd6881161be3c59483ca07be3dcc80d34993b147.tar.gz
credmonger-cd6881161be3c59483ca07be3dcc80d34993b147.tar.xz
credmonger-cd6881161be3c59483ca07be3dcc80d34993b147.zip
- initial skeleton
Diffstat (limited to 'src/credmonger.c')
-rw-r--r--src/credmonger.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/credmonger.c b/src/credmonger.c
new file mode 100644
index 0000000..6ee3741
--- /dev/null
+++ b/src/credmonger.c
@@ -0,0 +1,5 @@
+int
+main(int argc, char **argv)
+{
+ return 0;
+}