diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2019-01-05 22:07:51 +0100 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2019-01-05 22:07:51 +0100 |
| commit | db2f529599cea4c86481ed6ca650a5b069c003b0 (patch) | |
| tree | 7f7f6c3449d8811fdf68f28f761efcc9fa4e9b9d /alf/alflist.h | |
| parent | cd7552ae1ce7f6c92d03b7d0a83fe4aec073aeff (diff) | |
move layout into own file, implement expand flag
Diffstat (limited to 'alf/alflist.h')
| -rw-r--r-- | alf/alflist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alf/alflist.h b/alf/alflist.h index 6f63626..7b4ca66 100644 --- a/alf/alflist.h +++ b/alf/alflist.h @@ -1,3 +1,4 @@ +#pragma once typedef struct ALFListHeader { struct ALFListHeader *prev; |
