diff options
| author | David Lamparter <equinox@diac24.net> | 2021-02-21 06:33:45 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2021-03-17 06:18:17 +0100 |
| commit | 8451921b70044a2c1075e7ba391f095fabee2550 (patch) | |
| tree | b624fd822ce8e1c74840796b3c91a3a747b9e9ba /lib/smux.h | |
| parent | bf8d3d6aca3f20255a621ed1c148fd05b3a8ae5c (diff) | |
*: require semicolon after DEFINE_HOOK & co.
See previous commit.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/smux.h')
| -rw-r--r-- | lib/smux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/smux.h b/lib/smux.h index 57128b7928..c063833e41 100644 --- a/lib/smux.h +++ b/lib/smux.h @@ -157,7 +157,7 @@ extern void oid_copy_int(oid oid[], int *val); extern void oid2string(oid oid[], int len, char *string); extern void oid_copy_str(oid oid[], const char *string, int len); -DECLARE_HOOK(agentx_enabled, (), ()) +DECLARE_HOOK(agentx_enabled, (), ()); #ifdef __cplusplus } |
