comparison src/xs_support.h @ 714:229fa2d043b9

Moved filter routines to xs_support.[ch].
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Feb 2009 14:56:56 +0200
parents 27fac414349d
children 82be5d6b70ab
comparison
equal deleted inserted replaced
713:06db79680afe 714:229fa2d043b9
100 gchar *xs_strrchr(gchar *, const gchar); 100 gchar *xs_strrchr(gchar *, const gchar);
101 void xs_findnext(const gchar *, size_t *); 101 void xs_findnext(const gchar *, size_t *);
102 void xs_findeol(const gchar *, size_t *); 102 void xs_findeol(const gchar *, size_t *);
103 void xs_findnum(const gchar *, size_t *); 103 void xs_findnum(const gchar *, size_t *);
104 104
105 /*
106 typedef struct {
107 } t_xs_filter;
108
109 void xs_filter_init(t_xs_filter *);
110 */
111 gint xs_filter_rateconv(void *, void *, const AFormat, const gint, const gint);
112
113
105 #ifdef __cplusplus 114 #ifdef __cplusplus
106 } 115 }
107 #endif 116 #endif
108 #endif /* XS_SUPPORT_H */ 117 #endif /* XS_SUPPORT_H */