diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2023-01-15 21:20:22 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2023-01-15 21:20:22 +0000 |
| commit | 2fb4f839f3fc72ce2bab12f9ba4760f97f73e97f (patch) | |
| tree | 1459a65fc7a45f9f3af6c41b1ffc5b498ca4de25 /contrib/sendmail/include/libsmdb | |
| parent | 906c312bbf7493ccbcce883936d67e5c66a9c3c2 (diff) | |
| parent | 28fbd2825d216dafca4d991ad96d05b312f4f9a3 (diff) | |
Diffstat (limited to 'contrib/sendmail/include/libsmdb')
| -rw-r--r-- | contrib/sendmail/include/libsmdb/smdb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/sendmail/include/libsmdb/smdb.h b/contrib/sendmail/include/libsmdb/smdb.h index 427599ce206c..bf102695a77b 100644 --- a/contrib/sendmail/include/libsmdb/smdb.h +++ b/contrib/sendmail/include/libsmdb/smdb.h @@ -357,12 +357,12 @@ extern smdb_open_func smdb_open_database; # if NEWDB extern smdb_open_func smdb_db_open; # else -# define smdb_db_open NULL +# define smdb_db_open NULL # endif # if NDBM extern smdb_open_func smdb_ndbm_open; # else -# define smdb_ndbm_open NULL +# define smdb_ndbm_open NULL # endif extern int smdb_add_extension __P((char *, int, char *, char *)); extern int smdb_setup_file __P((char *, char *, int, long, @@ -380,6 +380,6 @@ extern int smdb_unlock_map __P((SMDB_DATABASE *)); # if CDB extern smdb_open_func smdb_cdb_open; # else -# define smdb_cdb_open NULL +# define smdb_cdb_open NULL # endif #endif /* ! _SMDB_H_ */ |
