Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steamrt
steam-runtime-tools
Commits
faea4d87
Commit
faea4d87
authored
4 years ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
Move unexported function _srt_check_not_setuid to internal header
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
1bd6e8af
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
steam-runtime-tools/utils-internal.h
+2
-0
2 additions, 0 deletions
steam-runtime-tools/utils-internal.h
steam-runtime-tools/utils.h
+0
-2
0 additions, 2 deletions
steam-runtime-tools/utils.h
with
2 additions
and
2 deletions
steam-runtime-tools/utils-internal.h
+
2
−
0
View file @
faea4d87
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
steam-runtime-tools/utils.h
+
0
−
2
View file @
faea4d87
...
...
@@ -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
);
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment