*** /usr/local/include/gdbm.h~ Fri Aug 11 16:31:38 1995 --- /usr/local/include/gdbm.h Fri Aug 11 17:47:28 1995 *************** *** 55,61 **** /* The file information header. This is good enough for most applications. */ ! typedef struct {int dummy[10];} *GDBM_FILE; /* Determine if the C(++) compiler requires complete function prototype */ #if __STDC__ || defined(__cplusplus) || defined(c_plusplus) --- 55,61 ---- /* The file information header. This is good enough for most applications. */ ! typedef struct gdbm_file {int dummy[10];} *GDBM_FILE; /* Determine if the C(++) compiler requires complete function prototype */ #if __STDC__ || defined(__cplusplus) || defined(c_plusplus)