diff options
Diffstat (limited to 'src/follow.h')
-rw-r--r-- | src/follow.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/follow.h b/src/follow.h new file mode 100644 index 0000000..9e9bb2b --- /dev/null +++ b/src/follow.h @@ -0,0 +1,5 @@ +char * +get_account_id(char *name); + +int +follow_account(char *id); |