Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
exit(out == stderr ? EXIT_FAILURE : EXIT_SUCCESS);
}
-int remove_id(int type, int iskey, int id)
+static int remove_id(int type, int iskey, int id)
{
int ret;
char *errmsg;
return 1;
}
-unsigned long strtokey(const char *str, const char *errmesg)
+static unsigned long strtokey(const char *str, const char *errmesg)
{
unsigned long num;
char *end = NULL;
return id;
}
-int remove_all(type_id type)
+static int remove_all(type_id type)
{
int ret = 0;
int id, rm_me, maxid;