Updated Spanish translation
[anjuta-git-plugin.git] / plugins / gtodo / debug_printf.h
blob31df4306c37ea7795630d895a8ee0629b5670202
1 #ifndef __DEBUG_PRINTF_H__
2 #define __DEBUG_PRINTF_H__
4 enum {
5 DEBUG_INFO,
6 DEBUG_WARNING,
7 DEBUG_ERROR
8 };
10 void debug_printf(int dp, char *format, ...);
14 #endif