view src/xs_support.h @ 83:77371e84bf33 dev-0_8_0b3

Changed interface to include new settings
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 03 Oct 2003 03:14:05 +0000
parents 85811bcd049e
children 94497283affa
line wrap: on
line source

#ifndef XS_SUPPORT_H
#define XS_SUPPORT_H

#ifdef __cplusplus
extern "C" {
#endif

#include "xmms-sid.h"

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

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