diff options
Diffstat (limited to 'include/xine.h.in')
-rw-r--r-- | include/xine.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 8425cc17d..5f916bd5a 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -577,7 +577,7 @@ xine_post_t *xine_post_init(xine_t *xine, const char *name, const char *const *xine_list_post_plugins(xine_t *xine) XINE_PROTECTED; /* get a list of all post plugins of one type */ -const char *const *xine_list_post_plugins_typed(xine_t *xine, int type) XINE_PROTECTED; +const char *const *xine_list_post_plugins_typed(xine_t *xine, uint32_t type) XINE_PROTECTED; /* * post plugin input/output |