Get talk title and iterate through its talkers.
[cascardo/avaliacao2008.git] / helper.h
index df43f9c..a5af310 100644 (file)
--- a/helper.h
+++ b/helper.h
@@ -24,5 +24,7 @@
 
 char * get_talker_email(sqlite3 *db, int id);
 char * get_talker_name(sqlite3 *db, int id);
+char * get_talk_title(sqlite3 *db, int id);
+int get_talk_talkers(sqlite3 *db, int id, int *ids, int len);
 
 #endif