From fbe8014b650d1b104d1a7624669fa92fbc6605b8 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 13 Feb 2008 01:39:49 +0100 Subject: Fix copy & paste typo in function prototype. Michael (This used to be commit 4c2f0e027d2d0c5c5845550b72e6568c503f6cf9) --- source3/include/dynconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/include/dynconfig.h b/source3/include/dynconfig.h index fac027ccfe..57909bc614 100644 --- a/source3/include/dynconfig.h +++ b/source3/include/dynconfig.h @@ -61,7 +61,7 @@ bool is_default_dyn_LOGFILEBASE(void); const char *get_dyn_LMHOSTSFILE(void); const char *set_dyn_LMHOSTSFILE(const char *newpath); -bool is_default_dyn_LOGFILEBASE(void); +bool is_default_dyn_LMHOSTSFILE(void); const char *get_dyn_CODEPAGEDIR(void); const char *set_dyn_CODEPAGEDIR(const char *newpath); -- cgit