added urgency column
[ptask.git] / src / note.h
index 1462480..c0d8441 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2012 jeanfi@gmail.com
+ * Copyright (C) 2012-2013 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -23,5 +23,6 @@
 #include "tw.h"
 
 void note_put(const char *uuid, const char *note);
+char *note_get(const char *uuid);
 
 #endif