Skip to content

Commit

Permalink
Iconv: Add missing include guard
Browse files Browse the repository at this point in the history
  • Loading branch information
sanssecours committed Mar 15, 2019
1 parent 840e312 commit 9d8cb11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/plugins/iconv/conv.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#ifndef ELEKTRA_PLUGIN_ICONV_CONV_H
#define ELEKTRA_PLUGIN_ICONV_CONV_H

#include <kdberrors.h>
#include <kdbplugin.h>

Expand All @@ -29,3 +32,5 @@ int kdbbUTF8Engine (Plugin * handle, int direction, char ** string, size_t * inp
int elektraIconvGet (Plugin * handle, KeySet * ks, Key * parentKey);
int elektraIconvSet (Plugin * handle, KeySet * ks, Key * parentKey);
Plugin * ELEKTRA_PLUGIN_EXPORT;

#endif

0 comments on commit 9d8cb11

Please sign in to comment.