diff options
Diffstat (limited to 'libs/curl.h')
-rw-r--r-- | libs/curl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/curl.h b/libs/curl.h new file mode 100644 index 0000000..3aa59a2 --- /dev/null +++ b/libs/curl.h @@ -0,0 +1,3 @@ +#pragma once + +char* downloadPage(char *page); |