view src/xs_support.h @ 35:3fcc147b253a

Updates towards 0.8beta0
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Jun 2003 20:13:00 +0000
parents 4bb09e405eab
children dec37e16136e
line wrap: on
line source

#ifndef XS_SUPPORT_H
#define XS_SUPPORT_H

#ifdef __cplusplus
extern "C" {
#endif

#include <glib.h>

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


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