comparison libpurple/example/nullclient.c @ 19567:b99a158ea85e

disapproval of revision 'c672802b647f1230fbd9b0edf383fb3d558cf719'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 02 Sep 2007 00:03:43 +0000
parents 57d350900136
children 44b4e8bd759b
comparison
equal deleted inserted replaced
19566:57d350900136 19567:b99a158ea85e
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 * 21 *
22 */ 22 */
23
24 /* XXX: we probably shouldn't include internal.h in examples */
25 #include "internal.h"
23 26
24 #include "account.h" 27 #include "account.h"
25 #include "conversation.h" 28 #include "conversation.h"
26 #include "core.h" 29 #include "core.h"
27 #include "debug.h" 30 #include "debug.h"