aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/lib/utils/identification.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/lib/utils/identification.c')
-rw-r--r--src/charon/lib/utils/identification.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charon/lib/utils/identification.c b/src/charon/lib/utils/identification.c
index 33f3d92cd..9c17ac54c 100644
--- a/src/charon/lib/utils/identification.c
+++ b/src/charon/lib/utils/identification.c
@@ -248,7 +248,7 @@ struct private_identification_t {
id_type_t type;
};
-static private_identification_t *identification_create();
+static private_identification_t *identification_create(void);
/**
@@ -952,7 +952,7 @@ static void destroy(private_identification_t *this)
/**
* Generic constructor used for the other constructors.
*/
-static private_identification_t *identification_create()
+static private_identification_t *identification_create(void)
{
private_identification_t *this = malloc_thing(private_identification_t);