summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-09-19 22:19:14 +0200
committerdefault <nobody@localhost>2022-09-19 22:19:14 +0200
commit32c188ae8fc662cf32ed16bf1d38a5391094ddda (patch)
treec42b2a7624446e9a5b76cec9ed1ed7b405cab806 /main.c
parent8fbe3199df77330f26053bd09a34565b838bceb2 (diff)
New functions snac_open() and snac_free().
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;
}