diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-09-17 22:24:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-09-17 22:24:35 +0000 |
commit | f8e102c4852bb561da2577a12497f2d1307ef494 (patch) | |
tree | 49ecc82c325865ac4296d45049534ca323d7505c /docs/Makefile.am | |
parent | d816fcc965e9c60bbb7943b5c0f567b08ca8f0b0 (diff) | |
download | curl-f8e102c4852bb561da2577a12497f2d1307ef494.tar.gz |
curl_easy_duphandle is new
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index d9e482099..2d4836a7e 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -12,6 +12,7 @@ man_MANS = \ curl_easy_init.3 \ curl_easy_perform.3 \ curl_easy_setopt.3 \ + curl_easy_duphandle.3 \ curl_formparse.3 \ curl_formadd.3 \ curl_formfree.3 \ @@ -39,6 +40,7 @@ HTMLPAGES = \ curl_easy_init.html \ curl_easy_perform.html \ curl_easy_setopt.html \ + curl_easy_duphandle.html \ curl_formadd.html \ curl_formparse.html \ curl_formfree.html \ |