loudmouth/lm-utils.h
changeset 101 a8abfbc8c005
parent 99 81e9d035de02
child 236 b4e5c1cb114e
equal deleted inserted replaced
100:2b2a0caf1b3a 101:a8abfbc8c005
    25 #error "Only <loudmouth/loudmouth.h> can be included directly, this file may di\sappear or change contents."
    25 #error "Only <loudmouth/loudmouth.h> can be included directly, this file may di\sappear or change contents."
    26 #endif
    26 #endif
    27 
    27 
    28 #include <glib.h>
    28 #include <glib.h>
    29 
    29 
       
    30 G_BEGIN_DECLS
       
    31 
    30 struct tm *lm_utils_get_localtime (const gchar *stamp);
    32 struct tm *lm_utils_get_localtime (const gchar *stamp);
    31 
    33 
       
    34 G_END_DECLS
       
    35 
    32 #endif /* __LM_UTIL__ */
    36 #endif /* __LM_UTIL__ */