]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shared-forward: sort definitions
authorMike Yuan <me@yhndnzj.com>
Tue, 10 Feb 2026 20:53:02 +0000 (21:53 +0100)
committerMike Yuan <me@yhndnzj.com>
Tue, 10 Feb 2026 20:53:39 +0000 (21:53 +0100)
src/shared/shared-forward.h

index 4804dd9e49ed52323e5c0f303432f5e2b4605582..f35287746b073a57e6c102aea8ad6b8b27721675 100644 (file)
@@ -45,8 +45,8 @@ typedef enum UserRecordLoadFlags UserRecordLoadFlags;
 typedef enum UserStorage UserStorage;
 
 typedef struct Bitmap Bitmap;
-typedef struct BPFProgram BPFProgram;
 typedef struct BootConfig BootConfig;
+typedef struct BPFProgram BPFProgram;
 typedef struct BusObjectImplementation BusObjectImplementation;
 typedef struct CalendarSpec CalendarSpec;
 typedef struct Condition Condition;