File: TODO

package info (click to toggle)
gdbm 1.24-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,364 kB
  • sloc: ansic: 16,116; sh: 7,798; lex: 773; yacc: 381; makefile: 368; perl: 284; exp: 177; sed: 16
file content (19 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Current:

  GDBM_FILE gdbm_open (const char *file,
    	               int block_size,
	               int flags,
  	               int mode,
     	               void (*fatal_func) (const char *))

Planned:
  GDBM_FILE gdbm_open_X (const char *file, int flags);
  GDBM_FILE gdbm_creat_X (const char *file, int flags, int block_size);

  GDBM_FILE gdbm_open_Y (const char *file, int flags, ...);
  enum {
    GDBM_OPEN_FD,
    GDBM_OPEN_BLOCK_SIZE,
    GDBM_OPEN_CREAT_MODE,
    GDBM_OPEN_FATAL_FUNC,
  }