mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
core: Drop dead prototypes from header
Followup to previous commit.
This commit is contained in:
parent
cd5fce713c
commit
ccfdf22bb8
@ -49,14 +49,6 @@ gboolean ot_util_path_split_validate (const char *path, GPtrArray **out_componen
|
||||
|
||||
void ot_util_set_error_from_errno (GError **error, gint saved_errno);
|
||||
|
||||
gboolean ot_unix_open (const char *path,
|
||||
int flags,
|
||||
mode_t mode,
|
||||
int *out_fd,
|
||||
GError **error);
|
||||
|
||||
gboolean ot_unix_open_noatime (const char *path, int *out_fd, GError **error);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user