diff options
author | Marvin Borner | 2024-09-08 18:29:26 +0200 |
---|---|---|
committer | Marvin Borner | 2024-09-08 18:29:26 +0200 |
commit | 70179233d87c34b0f94521ba2752cda6ec77271d (patch) | |
tree | bc321d0d1ee095794f89a573b28f85722fd9a820 /inc/impl.h | |
parent | b517b450316ffd1b6ee9cb0c25085ff3b1d4b75b (diff) |
Diffstat (limited to 'inc/impl.h')
-rw-r--r-- | inc/impl.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -17,7 +17,10 @@ typedef struct { Impl impl_blc(void); Impl impl_blc2(void); Impl impl_closed(void); -Impl impl_app(void); +Impl impl_app_left(void); +Impl impl_app_right(void); +Impl impl_app_both(void); Impl impl_abs(void); +Impl impl_abs_app_left(void); #endif |