mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-24 08:51:27 -04:00
common: Move declaration of get_compat_arch_reverse back to -utils
The implementation never actually moved to -ref-utils. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
committed by
Alexander Larsson
parent
bbac52e6af
commit
f79f90e9c0
@@ -45,7 +45,6 @@ gboolean flatpak_id_has_subref_suffix (const char *id,
|
||||
|
||||
gboolean flatpak_is_app_runtime_or_appstream_ref (const char *ref);
|
||||
char * flatpak_get_arch_for_ref (const char *ref);
|
||||
const char *flatpak_get_compat_arch_reverse (const char *compat_arch);
|
||||
|
||||
FlatpakKinds flatpak_kinds_from_kind (FlatpakRefKind kind);
|
||||
|
||||
|
||||
@@ -122,6 +122,7 @@ gboolean flatpak_fancy_output (void);
|
||||
const char * flatpak_get_arch (void);
|
||||
const char ** flatpak_get_arches (void);
|
||||
gboolean flatpak_is_linux32_arch (const char *arch);
|
||||
const char *flatpak_get_compat_arch_reverse (const char *compat_arch);
|
||||
|
||||
const char ** flatpak_get_gl_drivers (void);
|
||||
gboolean flatpak_extension_matches_reason (const char *extension_id,
|
||||
|
||||
Reference in New Issue
Block a user