summaryrefslogtreecommitdiffstats
path: root/vold/logwrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'vold/logwrapper.h')
-rw-r--r--vold/logwrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vold/logwrapper.h b/vold/logwrapper.h
index 602e24c..bf28aae 100644
--- a/vold/logwrapper.h
+++ b/vold/logwrapper.h
@@ -19,5 +19,5 @@
#define _LOGWRAPPER_H
#include <stdlib.h>
-int logwrap(int argc, char* argv[]);
+int logwrap(int argc, char* argv[], int background);
#endif