view src/xs_support.h @ 38:dec37e16136e

Minor changes
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Jun 2003 20:48:04 +0000
parents 4bb09e405eab
children 3518ca5c8b0f
line wrap: on
line source

#ifndef XS_SUPPORT_H
#define XS_SUPPORT_H

#ifdef __cplusplus
extern "C" {
#endif

#include <glib.h>

/*
 * Functions
 */
gint	xs_strcalloc(gchar **, const gchar *);
gint	xs_strcat(gchar **, const gchar *);
gint	xs_strpcat(gchar **, gint *, const gchar *);
inline 	void xs_findnext(gchar *, gint *);
inline	void xs_findnum(gchar *, gint *);


#ifdef __cplusplus
}
#endif
#endif /* XS_SUPPORT_H */