summaryrefslogtreecommitdiffstats
path: root/loader2/method.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader2/method.h')
-rw-r--r--loader2/method.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader2/method.h b/loader2/method.h
index df6ccb235..0c2ba81d3 100644
--- a/loader2/method.h
+++ b/loader2/method.h
@@ -36,5 +36,6 @@ int copyFileAndLoopbackMount(int fd, char * dest, int flags,
void copyUpdatesImg(char * path);
int copyDirectory(char * from, char * to);
+void setMethodFromCmdline(char * arg, struct loaderData_s * ld);
#endif