aboutsummaryrefslogtreecommitdiffstats
path: root/src/zunsetup.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-03-04 09:28:01 +0100
committerMattias Andrée <maandree@kth.se>2016-03-04 09:28:01 +0100
commit0a7e36380717fe926d43ab30ef6162db9bd71723 (patch)
treeb0ad75c7525688f8e54319e440b251213a4ef3db /src/zunsetup.c
parentAdd zptest (diff)
downloadlibzahl-0a7e36380717fe926d43ab30ef6162db9bd71723.tar.gz
libzahl-0a7e36380717fe926d43ab30ef6162db9bd71723.tar.bz2
libzahl-0a7e36380717fe926d43ab30ef6162db9bd71723.tar.xz
Add makefile and fix errors
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/zunsetup.c')
-rw-r--r--src/zunsetup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zunsetup.c b/src/zunsetup.c
index 3f3ccf6..184f96f 100644
--- a/src/zunsetup.c
+++ b/src/zunsetup.c
@@ -1,9 +1,9 @@
/* See LICENSE file for copyright and license details. */
-#include "internals"
+#include "internals.h"
void
-zunsetup(jmp_buf env)
+zunsetup(void)
{
size_t i;
if (libzahl_set_up) {