diff src/xs_support.h @ 226:858c09f59011

Moved some functions from xs_length.c here.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 19 Dec 2004 15:25:03 +0000
parents 57231fe14369
children 7833df935239
line wrap: on
line diff
--- a/src/xs_support.h	Wed Dec 15 18:47:01 2004 +0000
+++ b/src/xs_support.h	Sun Dec 19 15:25:03 2004 +0000
@@ -6,6 +6,7 @@
 #endif
 
 #include "xmms-sid.h"
+#include <stdio.h>
 
 #ifdef HAVE_STRING_H
 #include <string.h>
@@ -27,6 +28,9 @@
 /*
  * Functions
  */
+guint16 xs_rd_be16(FILE *);
+guint32 xs_rd_be32(FILE *);
+size_t	xs_rd_str(FILE *, gchar *, size_t);
 gchar	*xs_strncpy(gchar *, gchar *, size_t);
 gint	xs_pstrcpy(gchar **, const gchar *);
 gint	xs_pstrcat(gchar **, const gchar *);