X-Git-Url: http://gitweb/?a=blobdiff_plain;f=pkgutil.h;h=30b41f84e35213ad2edc81164105833b682cdfb8;hb=6fe55c25a23b7ee2e84e3ad2d508196f3e5f82a3;hp=03409df1b76860ab13d9fc02942af110d388fdba;hpb=25f9975ca5d5010bd4f5cbfbb9faa1fed71b3db4;p=pkgutils-cross.git diff --git a/pkgutil.h b/pkgutil.h index 03409df..30b41f8 100644 --- a/pkgutil.h +++ b/pkgutil.h @@ -2,6 +2,7 @@ // pkgutils // // Copyright (c) 2000-2005 Per Liden +// Copyright (c) 2006-2007 by CRUX team (http://crux.nu) // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -99,7 +100,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);