/[mailutils]/mailutils/mailbox/mbx_default.c
ViewVC logotype

Diff of /mailutils/mailbox/mbx_default.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.30 by gray, Sat Feb 22 22:25:53 2003 UTC revision 1.31 by gray, Sat Jul 26 11:09:27 2003 UTC
# Line 43  const char *mu_path_folder_dir = "Mail"; Line 43  const char *mu_path_folder_dir = "Mail";
43  #define USE_ENVIRON 1  #define USE_ENVIRON 1
44    
45  static int  static int
46  is_proto (char *p)  is_proto (const char *p)
47  {  {
48    for (; *p && *p != '/'; p++)    for (; *p && *p != '/'; p++)
49      if (*p == ':')      if (*p == ':')

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26