(no commit message)
[ptask.git] / src / note.h
index 1462480..17b98f5 100644 (file)
@@ -23,5 +23,6 @@
 #include "tw.h"
 
 void note_put(const char *uuid, const char *note);
+char *note_get(const char *uuid);
 
 #endif