diff options
| author | 2023-03-20 18:14:58 -0400 | |
|---|---|---|
| committer | 2023-03-20 18:14:58 -0400 | |
| commit | d34b1e399953ceb6c8321173b2f28ccd831290c8 (patch) | |
| tree | 01d21185e024a3bae74c9feb23763b11000b05a6 /project.janet | |
| parent | add 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.janet | 2 |
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") |
