diff avformat.h @ 2190:5336ab380173 libavformat

remove old unused string functions
author mru
date Sat, 23 Jun 2007 23:10:35 +0000
parents 4b54cd5672aa
children a81bd08b5ff2
line wrap: on
line diff
--- a/avformat.h	Sat Jun 23 23:10:32 2007 +0000
+++ b/avformat.h	Sat Jun 23 23:10:35 2007 +0000
@@ -833,11 +833,6 @@
 
 #include "os_support.h"
 
-int strstart(const char *str, const char *val, const char **ptr);
-int stristart(const char *str, const char *val, const char **ptr);
-void pstrcpy(char *buf, int buf_size, const char *str);
-char *pstrcat(char *buf, int buf_size, const char *s);
-
 void __dynarray_add(unsigned long **tab_ptr, int *nb_ptr, unsigned long elem);
 
 #ifdef __GNUC__