From: james Date: Tue, 5 Feb 2008 14:25:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b02dedb723ba0fec51420d49a5f8085397752147;p=sympathy.git *** empty log message *** --- 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[]) +{ +}