diff options
author | Michael Adam <obnox@samba.org> | 2008-02-13 01:39:49 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-13 01:40:12 +0100 |
commit | fbe8014b650d1b104d1a7624669fa92fbc6605b8 (patch) | |
tree | 1e2e3eabd7a11d250fcdd61d02352b2fa8a23d50 /source3/include | |
parent | 114fe09af789fb4ca41d72b330783371ecf78be5 (diff) | |
download | samba-fbe8014b650d1b104d1a7624669fa92fbc6605b8.tar.gz samba-fbe8014b650d1b104d1a7624669fa92fbc6605b8.tar.bz2 samba-fbe8014b650d1b104d1a7624669fa92fbc6605b8.zip |
Fix copy & paste typo in function prototype.
Michael
(This used to be commit 4c2f0e027d2d0c5c5845550b72e6568c503f6cf9)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/dynconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |