aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.c
blob: cc865df4d052169dadff0ad96645729266826fe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * test.c:
 *
 * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
 * All rights reserved.
 *
 */

static char rcsid[] = "$Id$";

/*
 * $Log$
 * Revision 1.1  2008/02/03 16:20:24  james
 * *** empty log message ***
 *
 */

#include "sympathy.h"

int main(int argc,char *argv[])
{

return 0;
}