aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-03-14 00:08:28 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-03-14 00:08:28 +0000
commitfe42d17318fffed53f02617fd668d896000bdd28 (patch)
tree694f03c8320b5cf9eb5145186ab236fd402a403d /include
parent75605788ff6be5a766a7e41da583d5e8f47d9ac4 (diff)
downloadbusybox-w32-fe42d17318fffed53f02617fd668d896000bdd28.tar.gz
busybox-w32-fe42d17318fffed53f02617fd668d896000bdd28.tar.bz2
busybox-w32-fe42d17318fffed53f02617fd668d896000bdd28.zip
gzip: bbunzip integration fixes
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 401fce4cf..759eb8d15 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -519,6 +519,10 @@ int chown_main(int argc, char **argv);
519#if ENABLE_GUNZIP 519#if ENABLE_GUNZIP
520int gunzip_main(int argc, char **argv); 520int gunzip_main(int argc, char **argv);
521#endif 521#endif
522int bbunpack(char **argv,
523 char* (*make_new_name)(char *filename),
524 USE_DESKTOP(long long) int (*unpacker)(void)
525);
522 526
523 527
524/* Networking */ 528/* Networking */