From 3a09196a5ad4026f0b366f8950418b0f1803ddc2 Mon Sep 17 00:00:00 2001 From: james <> Date: Tue, 5 Feb 2008 14:25:49 +0000 Subject: *** empty log message *** --- apps/sympathy.c | 22 ++++++++++++++++++++++ apps/sympathyd.c | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 apps/sympathy.c create mode 100644 apps/sympathyd.c (limited to 'apps') 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 , + * 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 , + * 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[]) +{ +} -- cgit v1.2.3