summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index e67da8bd6f..e7613af7ee 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -833,11 +833,6 @@ int av_filename_number_test(const char *filename);
#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__