Skip to content

Commit

Permalink
add R_buildForm to header file
Browse files Browse the repository at this point in the history
  • Loading branch information
duncantl committed Oct 16, 2015
1 parent cd74b62 commit 2681c55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Rcurl.h
Expand Up @@ -82,4 +82,7 @@ size_t R_Curl_base64_encode(const char *inp, size_t insize, char **outptr);

SEXP R_curl_easy_reset(SEXP handle);


SEXP R_buildForm(SEXP params, SEXP r_curl, SEXP r_set);

#endif

0 comments on commit 2681c55

Please sign in to comment.