diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1 +1,6 @@ -char *url = "https://sdccd.instructure.com/api/v1/users/self/files"; +enum { + cmdsize = 4096, + pathsize = 1024, +}; + +char *upload_key; |