Skip to content
Snippets Groups Projects
Commit 602a93eb authored by Utz-Uwe Haus's avatar Utz-Uwe Haus
Browse files

add missing i_ketopt.h

parent 402b9965
No related branches found
No related tags found
2 merge requests!3Jsc ci update,!2update JSC-CI branch to devel
...@@ -77,6 +77,7 @@ noinst_HEADERS = \ ...@@ -77,6 +77,7 @@ noinst_HEADERS = \
maestro/i_pool.h \ maestro/i_pool.h \
maestro/i_mempool.h \ maestro/i_mempool.h \
maestro/i_khash.h \ maestro/i_khash.h \
maestro/i_ketopt.h \
maestro/i_hashing.h \ maestro/i_hashing.h \
maestro/i_misc.h maestro/i_misc.h
......
/* taken from https://github.com/attractivechaos/klib/blob/master/ketopt.h */ /* ketopt.h from https://github.com/attractivechaos/klib/blob/master/ketopt.h */
/* This is version cc7e69f, dated Wed Nov 18 17:27:49 CET 2020 */
/* This file is originally part of klib, which is licensed under the
* X11/MIT licnense: */
/* The MIT License /* The MIT License
Copyright (c) 2008, 2009, 2011 by Attractive Chaos <attractor@live.co.uk> Copyright (c) 2008, by Attractive Chaos <attractor@live.co.uk>
Permission is hereby granted, free of charge, to any person obtaining Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including "Software"), to deal in the Software without restriction, including
...@@ -23,9 +20,8 @@ ...@@ -23,9 +20,8 @@
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.
*/ */
#ifndef KETOPT_H
#ifndef I_KETOPT_H #define KETOPT_H
#define I_KETOPT_H
#include <string.h> /* for strchr() and strncmp() */ #include <string.h> /* for strchr() and strncmp() */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment