diff options
author | james <> | 2008-02-05 14:25:49 +0000 |
---|---|---|
committer | james <> | 2008-02-05 14:25:49 +0000 |
commit | 3a09196a5ad4026f0b366f8950418b0f1803ddc2 (patch) | |
tree | d9063388fde96fb732668da625480a830436b08f /apps/sympathy.c | |
parent | a4da507522747e3d7d6c6ef0a59e7a2efac27ac4 (diff) | |
download | sympathy-3a09196a5ad4026f0b366f8950418b0f1803ddc2.tar.gz sympathy-3a09196a5ad4026f0b366f8950418b0f1803ddc2.tar.bz2 sympathy-3a09196a5ad4026f0b366f8950418b0f1803ddc2.zip |
*** empty log message ***
Diffstat (limited to 'apps/sympathy.c')
-rw-r--r-- | apps/sympathy.c | 22 |
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[]) +{ +} |