new example proving that the debug callback works even when the multi
authorDaniel Stenberg <daniel@haxx.se>
Mon, 24 May 2004 15:16:53 +0000 (15:16 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 24 May 2004 15:16:53 +0000 (15:16 +0000)
interface is used

docs/examples/Makefile.am

index 7834551..e42a960 100644 (file)
@@ -8,7 +8,8 @@ EXTRA_DIST = README curlgtk.c sepheaders.c simple.c postit2.c           \
  persistant.c ftpget.c Makefile.example multithread.c getinmemory.c    \
  ftpupload.c httpput.c simplessl.c ftpgetresp.c http-post.c            \
  post-callback.c multi-app.c multi-double.c multi-single.c             \
- multi-post.c fopen.c simplepost.c makefile.dj curlx.c https.c
+ multi-post.c fopen.c simplepost.c makefile.dj curlx.c https.c         \
+ multi-debugcallback.c
 
 all:
        @echo "done"