~ubuntu-branches/ubuntu/oneiric/dpkg/oneiric-proposed

« back to all changes in this revision

Viewing changes to lib/dpkg/libdpkg.Versions

  • Committer: Steve Langasek
  • Date: 2011-03-15 00:11:56 UTC
  • Revision ID: steve.langasek@linaro.org-20110315001156-uyrlgh501d69seku
Merge newer snapshot from Raphael, to keep us in tune with mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        ohshitv;
23
23
        ohshite;
24
24
        ohshit;
25
 
        werr;                   # XXX: remove
26
25
        do_internerr;
27
26
        warning_get_count;
28
27
        warningv;
239
238
        varbufdependency;
240
239
        varbufrecord;
241
240
        writerecord;
242
 
        pkgadmindir;
243
 
        pkgadminfile;
244
241
        parsedb;
245
242
        writedb;
246
243
 
247
244
        # Log based package on-disk database support
248
245
        modstatdb_init;
249
246
        modstatdb_is_locked;
 
247
        modstatdb_can_lock;
250
248
        modstatdb_lock;
251
249
        modstatdb_unlock;
 
250
        modstatdb_open;
252
251
        modstatdb_note;
253
252
        modstatdb_note_ifwrite;
254
253
        modstatdb_checkpoint;
255
254
        modstatdb_shutdown;
 
255
        modstatdb_done;
256
256
 
257
257
        # Triggers support
258
258
        trig_name_is_illegal;