diff remap.c @ 212:6b67914ae021 src

port Daniel's changes to xine-lib cvs to minimize difference
author mroi
date Wed, 27 Aug 2003 13:54:19 +0000
parents 4e099155c968
children 918fe20358cb
line wrap: on
line diff
--- a/remap.c	Mon Aug 25 14:23:13 2003 +0000
+++ b/remap.c	Wed Aug 27 13:54:19 2003 +0000
@@ -51,7 +51,7 @@
     struct block_s *blocks;
 };
 
-remap_t* remap_new( char *title) {
+static remap_t* remap_new( char *title) {
     remap_t *map = malloc( sizeof(remap_t));
     map->title = strdup(title);
     map->maxblocks = 0;
@@ -142,10 +142,8 @@
     }
 }
 
-int parseblock( 
-	char *buf, int *dom, int *tt, int *pg, 
-	unsigned long *start, unsigned long *end) 
-{
+static int parseblock(char *buf, int *dom, int *tt, int *pg, 
+		      unsigned long *start, unsigned long *end) {
     long tmp;
     char *tok;
     char *epos;