/[hurd]/hurd/libstore/store.h
ViewVC logotype

Diff of /hurd/libstore/store.h

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

revision 1.45 by marcus, Tue Dec 3 17:47:06 2002 UTC revision 1.46 by roland, Tue Sep 7 21:35:45 2004 UTC
# Line 1  Line 1 
1  /* Store I/O  /* Store I/O
2    
3     Copyright (C) 1995,96,97,98,99,2001,02 Free Software Foundation, Inc.     Copyright (C) 1995,96,97,98,99,2001,02,04 Free Software Foundation, Inc.
4     Written by Miles Bader <miles@gnu.org>     Written by Miles Bader <miles@gnu.org>
5     This file is part of the GNU Hurd.     This file is part of the GNU Hurd.
6    
# Line 630  extern const struct store_class store_mv Line 630  extern const struct store_class store_mv
630      __attribute__ ((unused, section ("store_std_classes"))) \      __attribute__ ((unused, section ("store_std_classes"))) \
631      = { &store_##name##_class }      = { &store_##name##_class }
632    
633  extern const struct store_class *const __start_store_std_classes[];  
634  extern const struct store_class *const __stop_store_std_classes[];  extern const struct store_class *const __start_store_std_classes[] __attribute__ ((weak));
635    extern const struct store_class *const __stop_store_std_classes[] __attribute__ ((weak));
636    
637  /* Used to hold the various bits that make up the representation of a store  /* Used to hold the various bits that make up the representation of a store
638     for transmission via rpc.  See <hurd/hurd_types.h> for an explanation of     for transmission via rpc.  See <hurd/hurd_types.h> for an explanation of

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

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