/[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.1 by roland, Sun Dec 23 07:34:51 2001 UTC revision 1.2 by roland, Sun Dec 23 07:35:54 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    
 # pragma weak store_module_open_class  
   if (classes == 0 && store_module_open_class)  
     {  
       const struct store_class *cl;  
       if (store_module_open_class (name, &cl) == 0)  
         return cl;  
     }  
   
39    return 0;    return 0;
40  }  }
41    

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

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