X-Git-Url: http://gitweb/?a=blobdiff_plain;f=pkgutil.h;h=d9503526784d4d3ad52d16dd2b56b54978d73e62;hb=9a7adb608a4b3e207e2c80ebf316682e205c2cc6;hp=03409df1b76860ab13d9fc02942af110d388fdba;hpb=25f9975ca5d5010bd4f5cbfbb9faa1fed71b3db4;p=pkgutils-cross.git diff --git a/pkgutil.h b/pkgutil.h index 03409df..d950352 100644 --- a/pkgutil.h +++ b/pkgutil.h @@ -99,7 +99,6 @@ public: void assert_argument(char** argv, int argc, int index); string itos(unsigned int value); string mtos(mode_t mode); -int unistd_gzopen(char* pathname, int flags, mode_t mode); string trim_filename(const string& filename); bool file_exists(const string& filename); bool file_empty(const string& filename);