libpurple/debug.h

changeset 39659
e4dfb99b0cef
parent 39532
04b8df1f20c3
child 39738
14d425a528ad
equal deleted inserted replaced
39658:0fdef8ea59c8 39659:e4dfb99b0cef
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 _PURPLE_DEBUG_H_ 22 #ifndef PURPLE_DEBUG_H
23 #define _PURPLE_DEBUG_H_ 23 #define PURPLE_DEBUG_H
24 /** 24 /**
25 * SECTION:debug 25 * SECTION:debug
26 * @section_id: libpurple-debug 26 * @section_id: libpurple-debug
27 * @short_description: <filename>debug.h</filename> 27 * @short_description: <filename>debug.h</filename>
28 * @title: Debug API 28 * @title: Debug API
274 */ 274 */
275 void purple_debug_init(void); 275 void purple_debug_init(void);
276 276
277 G_END_DECLS 277 G_END_DECLS
278 278
279 #endif /* _PURPLE_DEBUG_H_ */ 279 #endif /* PURPLE_DEBUG_H */

mercurial