Sun, 25 Nov 2007 02:16:39 +0000
Include guards for gnt and include guard typo fix for QQ, from Andrew
Gaul
| finch/libgnt/gnt.h | file | annotate | diff | comparison | revisions | |
| libpurple/protocols/qq/packet_parse.h | file | annotate | diff | comparison | revisions |
--- a/finch/libgnt/gnt.h Sat Nov 24 19:09:12 2007 +0000 +++ b/finch/libgnt/gnt.h Sun Nov 25 02:16:39 2007 +0000 @@ -30,6 +30,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ +#ifndef GNT_H +#define GNT_H + #include <glib.h> #include "gntwidget.h" #include "gntclipboard.h" @@ -201,3 +204,4 @@ */ gboolean gnt_is_refugee(void); +#endif /* GNT_H */