Rene Rebe:
updated glibmm, gtkmm, glademm, gnome-vfsmm, gconfmm and libmatroska for
compilation with gcc-3.4
fixed devhelp and openal to compile (no matter what compiler)
fixed balsa, efsd, inkscape, fam, soup, magicpoint, blackbox, clanlib, ecore
and mjpegtools to compile with gcc-3.4
[2004051415232407276] (https://www.rocklinux.net/submaster)
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3036 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago |
|
--- ./libbalsa/imap/imap-commands.h.orig 2004-05-14 10:22:29.508354024 +0200
+++ ./libbalsa/imap/imap-commands.h 2004-05-14 10:23:50.704010408 +0200
@@ -24,7 +24,7 @@
/* Any-State */ int imap_mbox_handle_can_do(ImapMboxHandle* handle, ImapCapability cap); -ImapResult imap_mbox_handle_noop(ImapMboxHandle *r);
+ImapResponse imap_mbox_handle_noop(ImapMboxHandle *r);
/* Non-Authenticated State */ @@ -86,10 +86,10 @@
/* Experimental/Expansion */ ImapResponse imap_handle_starttls(ImapMboxHandle *handle); -ImapResult imap_mbox_scan(ImapMboxHandle *r, const char*what, const char*str);
+ImapResponse imap_mbox_scan(ImapMboxHandle *r, const char*what, const char*str);
ImapResponse imap_mbox_unselect(ImapMboxHandle *h); -ImapResult imap_mbox_thread(ImapMboxHandle *h, const char *how,
- ImapSearchKey *filter);
+ImapResponse imap_mbox_thread(ImapMboxHandle *h, const char *how,
+ ImapSearchKey *filter);
ImapResponse imap_mbox_uid_search(ImapMboxHandle *handle, ImapSearchKey *key, void (*cb)(unsigned uid, void *),
|