view src/xs_support.h @ 157:38acbe230d2e

Well, let's get back to beta, since I don't think we're yet worthy of "release candidate" ;) -> 0.8.0beta10
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 09 Mar 2004 21:25:00 +0000
parents 578b71b62eeb
children 8b896d461fdb
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 *);
gchar	*xs_strrchr(gchar *, gchar);
inline 	void xs_findnext(gchar *, guint *);
inline 	void xs_findeol(gchar *, guint *);
inline	void xs_findnum(gchar *, guint *);

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