aboutsummaryrefslogtreecommitdiff
path: root/lib/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib.h')
-rw-r--r--lib/lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib.h b/lib/lib.h
index a4da031c..77f5fd26 100644
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -167,7 +167,7 @@ struct mtab_list {
char type[0];
};
-struct mtab_list *getmountlist(int die);
+struct mtab_list *xgetmountlist(void);
void bunzipStream(int src_fd, int dst_fd);