view src/xs_support.h @ 106:98a72c44f56b

Fileinfo now working with rudimentary informations. Slightly buggy.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 11 Jan 2004 23:02:04 +0000
parents 94497283affa
children 578b71b62eeb
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 *, gint *);
inline	void xs_findnum(gchar *, gint *);

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