diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-10-10 08:06:46 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-10-10 08:06:46 +0000 |
commit | 541325d00c7078d063ea97333d3c9c64d6b6c7b6 (patch) | |
tree | 86453b9f547359546d74988b04ab33ec10b4000c /src/libtipidee/tipidee_method_tostr.c | |
parent | d9f5cb7a28ee79e299e41d3ce325171f01e1a3d7 (diff) | |
download | tipidee-541325d00c7078d063ea97333d3c9c64d6b6c7b6.tar.xz |
Add new logging functions, change method_conv for bsearch
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/libtipidee/tipidee_method_tostr.c')
-rw-r--r-- | src/libtipidee/tipidee_method_tostr.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libtipidee/tipidee_method_tostr.c b/src/libtipidee/tipidee_method_tostr.c deleted file mode 100644 index 8a3831d..0000000 --- a/src/libtipidee/tipidee_method_tostr.c +++ /dev/null @@ -1,8 +0,0 @@ -/* ISC license. */ - -#include <tipidee/method.h> - -char const *tipidee_method_tostr (tipidee_method m) -{ - return m < TIPIDEE_METHOD_UNKNOWN ? tipidee_method_conv_table[m].str : 0 ; -} |