libpurple/protocols/zephyr/zephyr.h

changeset 39819
3554dac2991b
parent 39556
622bf98df0ac
child 40474
1341be8e3402
equal deleted inserted replaced
39818:d63ceb45d88d 39819:3554dac2991b
17 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
20 * 20 *
21 */ 21 */
22 #ifndef _ZEPHYR_H_ 22
23 #define _ZEPHYR_H_ 23 #ifndef PURPLE_ZEPHYR_ZEPHYR_H
24 #define PURPLE_ZEPHYR_ZEPHYR_H
24 25
25 #include <gmodule.h> 26 #include <gmodule.h>
26 27
27 #include "protocol.h" 28 #include "protocol.h"
28 29
46 /** 47 /**
47 * Returns the GType for the ZephyrProtocol object. 48 * Returns the GType for the ZephyrProtocol object.
48 */ 49 */
49 G_MODULE_EXPORT GType zephyr_protocol_get_type(void); 50 G_MODULE_EXPORT GType zephyr_protocol_get_type(void);
50 51
51 #endif /* _ZEPHYR_H_ */ 52 #endif /* PURPLE_ZEPHYR_ZEPHYR_H */

mercurial