|
|
@@ -142,6 +142,7 @@ static void free_filist(struct _finfo* fi) {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+int internalGzip(int fd1, int fd2, const char *compression, char *desc, ...) NONRETURNING;
|
|
|
int internalGzip(int fd1, int fd2, const char *compression, char *desc, ...) {
|
|
|
va_list al;
|
|
|
struct varbuf v;
|
|
|
@@ -197,6 +198,7 @@ int internalGzip(int fd1, int fd2, const char *compression, char *desc, ...) {
|
|
|
|
|
|
/* Overly complex function that builds a .deb file
|
|
|
*/
|
|
|
+void do_build(const char *const *argv) NONRETURNING;
|
|
|
void do_build(const char *const *argv) {
|
|
|
static const char *const maintainerscripts[]= {
|
|
|
PREINSTFILE, POSTINSTFILE, PRERMFILE, POSTRMFILE, 0
|