aboutsummaryrefslogtreecommitdiff
path: root/project.janet
diff options
context:
space:
mode:
authorChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-03-20 18:14:58 -0400
committerChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-03-20 18:14:58 -0400
commitd34b1e399953ceb6c8321173b2f28ccd831290c8 (patch)
tree01d21185e024a3bae74c9feb23763b11000b05a6 /project.janet
parentadd slist argument handling, extra cleanup (diff)
add callback handling
also, oops, forgot to register jurl_getopt in jurl.h callbacks are handled on a one-by-one basis because they all require somewhat custom handling the result, however, is an API that should feel almost native
Diffstat (limited to 'project.janet')
-rw-r--r--project.janet2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.janet b/project.janet
index 426296f..9e0ee15 100644
--- a/project.janet
+++ b/project.janet
@@ -7,7 +7,7 @@
:cflags [;default-cflags]
:lflags [;default-lflags "-lcurl" "-undefined" "error"]
:headers ["jurl.h"]
- :source ["main.c" "jurl.c" "jurl_getinfo.c" "jurl_setopt.c"])
+ :source ["main.c" "jurl.c" "jurl_callbacks.c" "jurl_getinfo.c" "jurl_setopt.c"])
(declare-source
:source "jurl.janet")