Ignore:
Timestamp:
2008-12-04T14:08:23+13:00 (15 years ago)
Author:
mdewsnip
Message:

Added "need_filelock" stuff from old Windows GDBM port -- not sure if it is still necessary, but I'm not taking the chance.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/common-src/packages/gdbm/gdbm-1.8.3/proto.h

    r18019 r18074  
    6565int   gdbm_delete     __P((gdbm_file_info *, datum));
    6666datum gdbm_fetch      __P((gdbm_file_info *, datum));
     67#ifdef MSDOS
     68gdbm_file_info *gdbm_open __P((char *, int, int, int, void (*) (void), int));
     69#else
    6770gdbm_file_info *gdbm_open __P((char *, int, int, int, void (*) (void)));
     71#endif
    6872int   gdbm_reorganize     __P((gdbm_file_info *));
    6973datum gdbm_firstkey       __P((gdbm_file_info *));
Note: See TracChangeset for help on using the changeset viewer.