diff --git a/src/modules/teamwork/e_mod_main.h b/src/modules/teamwork/e_mod_main.h index 3a70d7b6e..46c4376b2 100644 --- a/src/modules/teamwork/e_mod_main.h +++ b/src/modules/teamwork/e_mod_main.h @@ -7,6 +7,10 @@ #include "e.h" +/** + * https://phab.enlightenment.org/w/teamwork_api/ + */ + /* Increment for Major Changes */ #define MOD_CONFIG_FILE_EPOCH 1 /* Increment for Minor Changes (ie: user doesn't need a new config) */ diff --git a/src/modules/teamwork/e_mod_tw.c b/src/modules/teamwork/e_mod_tw.c index 3543af4cd..02fc2fea9 100644 --- a/src/modules/teamwork/e_mod_tw.c +++ b/src/modules/teamwork/e_mod_tw.c @@ -5,6 +5,10 @@ #define IMAGE_FETCH_TRIES 5 +/** + * https://phab.enlightenment.org/w/teamwork_api/ + */ + typedef struct { const char *sha1;