aboutsummaryrefslogtreecommitdiffstats
path: root/apps/sympathy.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sympathy.c')
-rw-r--r--apps/sympathy.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/sympathy.c b/apps/sympathy.c
index 8bed929..a9140f8 100644
--- a/apps/sympathy.c
+++ b/apps/sympathy.c
@@ -10,13 +10,19 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.2 2008/02/14 00:57:58 james
+ * *** empty log message ***
+ *
* Revision 1.1 2008/02/05 14:25:49 james
* *** empty log message ***
*
*/
-#include "sympathy.h"
+#include <sympathy.h>
+#include "client.h"
int main(int argc,char *argv[])
{
+
+client();
}