diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-10 20:13:40 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-10 20:13:40 +0200 |
| commit | 8ec79e38f30738701c1ca48f5cfa724b41f866f6 (patch) | |
| tree | 1b2a910c73cad82e3813b623fecdd7bdfc15569c /opids.h | |
| parent | 0a5b56cec0be16a6a8627ec8548b9e80a243af96 (diff) | |
add opids
Diffstat (limited to 'opids.h')
| -rw-r--r-- | opids.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#define OPEN 1 +#define OPEN_AT 2 +#define CLOSE 3 |
