Update of /cvsroot/simplemail/simplemail/tests
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv777/tests
Modified Files:
imap2_unittest.c
Log Message:
Added some function stubs.
Index: imap2_unittest.c
===================================================================
RCS file: /cvsroot/simplemail/simplemail/tests/imap2_unittest.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- imap2_unittest.c 24 Dec 2013 09:27:45 -0000 1.14
+++ imap2_unittest.c 24 Dec 2013 09:29:11 -0000 1.15
@@ -87,6 +87,19 @@
{
}
+struct folder *main_get_folder(void)
+{
+ return NULL;
+}
+
+void main_refresh_folder(struct folder *f)
+{
+}
+
+void read_refresh_prevnext_button(struct folder *f)
+{
+}
+
/*************************************************************/
void *test_imap_timer_callback(void *data)
|