X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fconffile.h;h=ce7aa218a56527d9bcc1d77f275bab6a10c4e2fc;hp=672020aa750c5e455276623fb7a484c30e01a0fa;hb=9bb85c5e8d2285f82367c75df5530a71a9a5a5f2;hpb=1d2951b518dd5df4fc0a637880d204f0f4e949c5 diff --git a/support/include/conffile.h b/support/include/conffile.h index 672020a..ce7aa21 100644 --- a/support/include/conffile.h +++ b/support/include/conffile.h @@ -75,4 +75,6 @@ static inline void upper2lower(char *str) while ((c = tolower(*str))) *str++ = c; } + + #endif /* _CONFFILE_H_ */