Skip to content
Snippets Groups Projects
Commit faea4d87 authored by Simon McVittie's avatar Simon McVittie
Browse files

Move unexported function _srt_check_not_setuid to internal header

parent 1bd6e8af
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,8 @@ typedef enum
SRT_HELPER_FLAGS_NONE = 0
} SrtHelperFlags;
G_GNUC_INTERNAL gboolean _srt_check_not_setuid (void);
G_GNUC_INTERNAL GPtrArray *_srt_get_helper (const char *helpers_path,
const char *multiarch,
const char *base,
......
......@@ -46,6 +46,4 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC (SrtObjectList, _srt_free_object_list)
#endif
G_GNUC_INTERNAL gboolean _srt_check_not_setuid (void);
gboolean _srt_rm_rf (const char *directory);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment