]> Git Repo - qemu.git/blobdiff - fsdev/9p-marshal.h
sdl2: Support all virtio-gpu formats
[qemu.git] / fsdev / 9p-marshal.h
index 140db6d99f9c0ee82c01f58a1fe5fabe6500e384..c8823d878f9899da51734c8a2ce3af8e8d770b4b 100644 (file)
@@ -76,9 +76,8 @@ static inline void v9fs_string_init(V9fsString *str)
     str->data = NULL;
     str->size = 0;
 }
-extern void v9fs_string_free(V9fsString *str);
-extern void v9fs_string_null(V9fsString *str);
-extern void v9fs_string_sprintf(V9fsString *str, const char *fmt, ...);
-extern void v9fs_string_copy(V9fsString *lhs, V9fsString *rhs);
+void v9fs_string_free(V9fsString *str);
+void v9fs_string_sprintf(V9fsString *str, const char *fmt, ...);
+void v9fs_string_copy(V9fsString *lhs, V9fsString *rhs);
 
 #endif
This page took 0.020643 seconds and 4 git commands to generate.