diff options
author | 2010-06-30 00:05:35 +0000 | |
---|---|---|
committer | 2010-06-30 00:05:35 +0000 | |
commit | aed0ee816f9603cf0d46fe3815ceb6bec2411556 (patch) | |
tree | c6b8d95edca22cea5077fbaf308938e15d720db1 /lib/libedit/help.h | |
parent | switch ss over to using xshandlers for queuing io. this brings it into line (diff) | |
download | wireguard-openbsd-aed0ee816f9603cf0d46fe3815ceb6bec2411556.tar.xz wireguard-openbsd-aed0ee816f9603cf0d46fe3815ceb6bec2411556.zip |
Update libedit to bring it into sync with the latest version from NetBSD.
ok deraadt
Diffstat (limited to 'lib/libedit/help.h')
-rw-r--r-- | lib/libedit/help.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libedit/help.h b/lib/libedit/help.h new file mode 100644 index 00000000000..a7e89a1af09 --- /dev/null +++ b/lib/libedit/help.h @@ -0,0 +1,5 @@ +/* Automatically generated file, do not edit */ +#ifndef _h_help_c +#define _h_help_c +protected const el_bindings_t *help__get(void); +#endif /* _h_help_c */ |