~ubuntu-branches/ubuntu/utopic/psi/utopic

« back to all changes in this revision

Viewing changes to src/tools/zip/minizip/unzip.def

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2010-02-19 09:37:12 UTC
  • mfrom: (6.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100219093712-e225xvm1wjcf1cgi
Tags: 0.14-2
* comment out only function which uses va_list to work around build
  problems on armel
* Set Standards-Version to 3.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
        unzOpen                       @61
2
 
        unzClose                      @62
3
 
        unzGetGlobalInfo              @63
4
 
        unzGetCurrentFileInfo         @64
5
 
        unzGoToFirstFile              @65
6
 
        unzGoToNextFile               @66
7
 
        unzOpenCurrentFile            @67
8
 
        unzReadCurrentFile            @68
9
 
        unztell                       @70
10
 
        unzeof                        @71
11
 
        unzCloseCurrentFile           @72
12
 
        unzGetGlobalComment           @73
13
 
        unzStringFileNameCompare      @74
14
 
        unzLocateFile                 @75
15
 
        unzGetLocalExtrafield         @76