aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorjames <>2008-02-05 14:25:49 +0000
committerjames <>2008-02-05 14:25:49 +0000
commit3a09196a5ad4026f0b366f8950418b0f1803ddc2 (patch)
treed9063388fde96fb732668da625480a830436b08f /apps
parenta4da507522747e3d7d6c6ef0a59e7a2efac27ac4 (diff)
downloadsympathy-3a09196a5ad4026f0b366f8950418b0f1803ddc2.tar.gz
sympathy-3a09196a5ad4026f0b366f8950418b0f1803ddc2.tar.bz2
sympathy-3a09196a5ad4026f0b366f8950418b0f1803ddc2.zip
*** empty log message ***
Diffstat (limited to 'apps')
-rw-r--r--apps/sympathy.c22
-rw-r--r--apps/sympathyd.c22
2 files changed, 44 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[])
+{
+}
diff --git a/apps/sympathyd.c b/apps/sympathyd.c
new file mode 100644
index 0000000..8bed929
--- /dev/null
+++ b/apps/sympathyd.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[])
+{
+}