Changeset 1719464 for lib/misc.h
- Timestamp:
- 2006-06-28T14:47:05Z (18 years ago)
- Branches:
- master
- Children:
- 5c9512f
- Parents:
- b3c467b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/misc.h
rb3c467b r1719464 24 24 */ 25 25 26 #ifndef _UTIL_H 27 #define _UTIL_H 26 #ifndef _MISC_H 27 #define _MISC_H 28 29 #include <gmodule.h> 30 #include <time.h> 28 31 29 32 G_MODULE_EXPORT void strip_linefeed( gchar *text ); … … 45 48 46 49 G_MODULE_EXPORT signed int do_iconv( char *from_cs, char *to_cs, char *src, char *dst, size_t size, size_t maxbuf ); 47 char *set_eval_charset( irc_t *irc, set_t *set, char *value ); 50 51 G_MODULE_EXPORT void random_bytes( unsigned char *buf, int count ); 48 52 49 53 #endif
Note: See TracChangeset
for help on using the changeset viewer.