Mercurial > pidgin
view plugins/yay/memtok.h @ 1378:aedeb1218a0a
[gaim-migrate @ 1388]
libfaim has a bad cap for Games, update the TODO for Jabber stuff, and make autorecon.c work better, I hope
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 05 Jan 2001 00:17:43 +0000 |
parents | 0b0b4cb53c17 |
children |
line wrap: on
line source
#ifndef MEMTOK_H #define MEMTOK_H char *memtok (char *m, size_t bytes, const char *delims, size_t delim_count, size_t *found); char *memdup (const char *mem, size_t bytes); char *memdupasstr (const char *mem, size_t bytes); #endif /* ndef MEMTOK_H */