summaryrefslogtreecommitdiff
path: root/src/note_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/note_list.h')
-rw-r--r--src/note_list.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/note_list.h b/src/note_list.h
index 227c9f5..a6822db 100644
--- a/src/note_list.h
+++ b/src/note_list.h
@@ -43,11 +43,12 @@ int note_list_cat_note(note_list_t*, char*);
int note_list_create_note(note_list_t*, char*, char*);
+int note_list_rm_note(note_list_t*, char*);
+
// void get_notes(note_list_t*);
// note_list( string, string );
// int add( string, string );
-// int rm( string );
// vector<string> enum_names();
// vector<string> find( bool, string );

Generated by cgit