summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.c b/main.c
index 9a3f71c..d047a64 100644
--- a/main.c
+++ b/main.c
@@ -7,7 +7,13 @@
int main(int argc, char *argv[])
{
+ snac snac;
+
+ printf("%s\n", tid());
+
srv_open("/home/angel/lib/snac/comam.es");
+ snac_open(&snac, "mike");
+
return 0;
}