aboutsummaryrefslogtreecommitdiff
path: root/program.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-07-13 02:12:47 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-13 02:12:47 +0200
commitee0d96fd180b235d4e87019d69e07cefde1e5546 (patch)
treebfbd268706e4ec616161ade371236763b9d90d68 /program.h
parent63ff3eaf2bd2467255c08bf427a162f5c446b146 (diff)
Remove unecessary dummy callback
Diffstat (limited to 'program.h')
-rw-r--r--program.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/program.h b/program.h
index e910b78..4c93066 100644
--- a/program.h
+++ b/program.h
@@ -4,8 +4,6 @@
/* Return 0 if you want to continue reading. @data is null-terminated */
typedef int (*ProgramOutputCallback)(char *data, int size, void *userdata);
-int program_empty_callback(char *data, int size, void *userdata);
-
/*
@args need to have at least 2 arguments. The first which is the program name
and the last which is NULL, which indicates end of args