libburn/libburn/util.h

12 lines
179 B
C
Raw Normal View History

2006-08-15 20:37:04 +00:00
#ifndef __UTIL
#define __UTIL
char *burn_strdup(char *s);
char *burn_strndup(char *s, int n);
/* ts A90905 */
int burn_util_make_printable_word(char **text, int flag);
2006-08-15 20:37:04 +00:00
#endif