This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
mc
Watch
1
Star
0
Fork
0
You've already forked mc
mirror of
https://github.com/MidnightCommander/mc
synced
2024-12-23 12:56:51 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d0c9ee2e9f
mc
/
vfs
/
util-alone.h
7 lines
86 B
C
Raw
Normal View
History
Unescape
Escape
2000-04-06 Timur Bakeyev <mc@bat.ru> * ftpfs.c (netrc_next): Turned strange "const char * const keywords" into more alike "const char const * keywords". Still, think, it's too strict. * smbfs.c: Add #define BOOL_DEFINED before inclusion of samba headers. Libncurses(or slang?) defines BOOL and that can cause problems. (In fact, I can't find references to that const, but sure, I hade reason to do that:) * util-alone.h: Declare load_anon_passwd() to avoid warnings.
2000-04-10 03:06:59 +04:00
#
ifndef _UTIL_ALONE_H_
#
define _UTIL_ALONE_H_
char
*
load_anon_passwd
(
void
)
;
#
endif
Reference in New Issue
Copy Permalink