Fix typos in ez_libdb & ez_libz

This commit is contained in:
John D. Robertson 2020-09-15 11:51:53 -04:00
parent 4ad2ea2af9
commit 1bc22cab6c
6 changed files with 4 additions and 6 deletions

View File

@ -17,7 +17,6 @@ src := \
cntry.c \
dynstack.c \
es.c \
ez_es.c \
ez_libc.c \
ez_libdb.c \
ez_libpthread.c \

View File

@ -17,7 +17,6 @@ src := \
cntry.c \
dynstack.c \
es.c \
ez_es.c \
ez_libc.c \
ez_libdb.c \
ez_libpthread.c \

View File

@ -23,7 +23,7 @@
#include "ez_libdb.h"
/***************************************************/
ez_proto (int, create,
ez_proto (int, db_create,
DB **dbp,
DB_ENV *dbenv,
u_int32_t flags)

View File

@ -31,7 +31,7 @@
extern "C" {
#endif
ez_proto (int, create,
ez_proto (int, db_create,
DB **dbp,
DB_ENV *dbenv,
u_int32_t flags);

View File

@ -214,7 +214,7 @@ ez_proto (char*, gzgets,
}
/***************************************************/
ez_proto (z_off_t, _ez_gztell,
ez_proto (z_off_t, gztell,
gzFile file)
{
z_off_t rtn= gztell(file);

View File

@ -99,7 +99,7 @@ ez_proto (z_off_t, gzseek,
_ez_gzseek(__VA_ARGS__)
#endif
ez_proto (z_off_t, _ez_gztell,
ez_proto (z_off_t, gztell,
gzFile file);
#ifdef DEBUG
# define ez_gztell(...) \