diff options
author | kaa <kaa@disroot.org> | 2023-11-19 11:32:23 -0800 |
---|---|---|
committer | kaa <kaa@disroot.org> | 2023-11-19 11:32:23 -0800 |
commit | 3df21ef899aafd2461570687ef3b9b1c9f9a555e (patch) | |
tree | 91659e8964062709853460ad9ee80dbd1099edc9 /canup.c | |
parent | c11b26e1f75b643997787b76f5181731058a28f9 (diff) |
Dump Canvas account directory structure. Start of directory parsing.
Diffstat (limited to 'canup.c')
-rw-r--r-- | canup.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ #include <stdlib.h> #include <dirent.h> #include <unistd.h> -#include "config.h" +#include "shared.h" char *url = "https://sdccd.instructure.com/api/v1/users/self/files"; |