add packaging
[platform/upstream/gdbm.git] / packaging / gdbm-prototype_static_functions.patch
1 --- gdbmseq.c
2 +++ gdbmseq.c
3 @@ -41,6 +41,8 @@
4     at ELEM_LOC of the current bucket and using RETURN_VAL as the place to
5     put the data that is found. */
6  
7 +static void get_next_key __P((gdbm_file_info *, int, datum *));
8 +
9  static void
10  get_next_key (dbf, elem_loc, return_val)
11       gdbm_file_info *dbf;