aboutsummaryrefslogtreecommitdiffstats
path: root/apps/sympathy.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sympathy.c')
-rw-r--r--apps/sympathy.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/apps/sympathy.c b/apps/sympathy.c
new file mode 100644
index 0000000..8bed929
--- /dev/null
+++ b/apps/sympathy.c
@@ -0,0 +1,22 @@
+/*
+ * sympathy.c:
+ *
+ * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
+ * All rights reserved.
+ *
+ */
+
+static char rcsid[] = "$Id$";
+
+/*
+ * $Log$
+ * Revision 1.1 2008/02/05 14:25:49 james
+ * *** empty log message ***
+ *
+ */
+
+#include "sympathy.h"
+
+int main(int argc,char *argv[])
+{
+}