/[hurd]/hurd/libstore/url.c
ViewVC logotype

Diff of /hurd/libstore/url.c

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

revision 1.2 by roland, Sun Dec 23 07:35:54 2001 UTC revision 1.3 by roland, Fri Dec 28 23:58:48 2001 UTC
# Line 36  find_url_class (const char *name, const Line 36  find_url_class (const char *name, const
36          && strncmp (name, (*cl)->name, (clname_end - name)) == 0)          && strncmp (name, (*cl)->name, (clname_end - name)) == 0)
37        return *cl;        return *cl;
38    
39    # pragma weak store_module_open_class
40      if (classes == 0 && store_module_open_class)
41        {
42          const struct store_class *cl;
43          if (store_module_open_class (name, &cl) == 0)
44            return cl;
45        }
46    
47    return 0;    return 0;
48  }  }
49    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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