From: Michael Adam Date: Wed, 13 Feb 2008 00:39:49 +0000 (+0100) Subject: Fix copy & paste typo in function prototype. X-Git-Tag: samba-3.3.0pre1~3467^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c2f0e027d2d0c5c5845550b72e6568c503f6cf9;p=thirdparty%2Fsamba.git Fix copy & paste typo in function prototype. Michael --- diff --git a/source/include/dynconfig.h b/source/include/dynconfig.h index fac027ccfe2..57909bc614a 100644 --- a/source/include/dynconfig.h +++ b/source/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);