view libpurple/purple-client.h @ 27192:455e679ea0db

Remove port mappings from the hash tables when removing them. Actually add NAT-PMP mappings to their hash table
author Marcus Lundblad <ml@update.uu.se>
date Wed, 17 Jun 2009 18:14:51 +0000
parents 32c366eeeb99
children
line wrap: on
line source

#ifndef _PURPLE_CLIENT_H_INCLUDED_
#define _PURPLE_CLIENT_H_INCLUDED_

#include <glib.h>
#include "purple-client-bindings.h"

G_BEGIN_DECLS

void purple_init(void);

G_END_DECLS

#endif