[gq-commit] gq/src encode.h,1.10,1.11 errorchain.h,1.8,1.9 state.h,1.5,1.6
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2003-10-19 12:26:48
|
Update of /cvsroot/gqclient/gq/src In directory sc8-pr-cvs1:/tmp/cvs-serv30111 Modified Files: encode.h errorchain.h state.h Log Message: * Made header file self-contained Index: encode.h =================================================================== RCS file: /cvsroot/gqclient/gq/src/encode.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** encode.h 4 Oct 2003 09:52:24 -0000 1.10 --- encode.h 19 Oct 2003 11:48:02 -0000 1.11 *************** *** 1,5 **** /* GQ -- a GTK-based LDAP client ! Copyright (C) 1998-2001 Bert Vermeulen This program is released under the Gnu General Public License with --- 1,6 ---- /* GQ -- a GTK-based LDAP client ! Copyright (C) 1998-2003 Bert Vermeulen ! Copyright (C) 2002-2003 Peter Stamfest This program is released under the Gnu General Public License with *************** *** 28,31 **** --- 29,33 ---- #include <glib.h> + #include <stdlib.h> /* size_t */ #include "config.h" Index: errorchain.h =================================================================== RCS file: /cvsroot/gqclient/gq/src/errorchain.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** errorchain.h 9 Oct 2003 05:18:10 -0000 1.8 --- errorchain.h 19 Oct 2003 11:48:02 -0000 1.9 *************** *** 1,5 **** /* GQ -- a GTK-based LDAP client ! Copyright (C) 1998-2001 Bert Vermeulen This program is released under the Gnu General Public License with --- 1,6 ---- /* GQ -- a GTK-based LDAP client ! Copyright (C) 1998-2003 Bert Vermeulen ! Copyright (C) 2002-2003 Peter Stamfest This program is released under the Gnu General Public License with *************** *** 27,30 **** --- 28,32 ---- #define GQ_ERRORCHAIN_H_INCLUDED + #include <glib.h> /* G_GNUC_PRINTF */ #include <ldap.h> /* LDAP */ #include "config.h" Index: state.h =================================================================== RCS file: /cvsroot/gqclient/gq/src/state.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** state.h 14 Oct 2003 22:28:39 -0000 1.5 --- state.h 19 Oct 2003 11:48:02 -0000 1.6 *************** *** 28,32 **** #define GQ_STATE_H_INCLUDED ! #include "config.h" --- 28,33 ---- #define GQ_STATE_H_INCLUDED ! #include "config.h" ! #include <gtk/gtk.h> |