X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fnote.h;h=17b98f596091afcee3bccabb6bcd6284148f4890;hb=2306c86fb2ec18c15e04a7373f28c8b438d78271;hp=1462480ea64b608d3c2ed0c9e7bf79717416f5a9;hpb=8036222a5a9454b6af7667ffdaf1efdd6f077633;p=ptask.git diff --git a/src/note.h b/src/note.h index 1462480..17b98f5 100644 --- a/src/note.h +++ b/src/note.h @@ -23,5 +23,6 @@ #include "tw.h" void note_put(const char *uuid, const char *note); +char *note_get(const char *uuid); #endif