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

Diff of /hurd/libstore/unknown.c

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

revision 1.3 by roland, Thu Mar 14 21:09:53 2002 UTC revision 1.4 by marcus, Tue Dec 3 17:47:06 2002 UTC
# Line 42  nowrite (struct store *store, Line 42  nowrite (struct store *store,
42  }  }
43    
44  static error_t  static error_t
45    noset_size (struct store *store, size_t newsize)
46    {
47      return EFTYPE;
48    }
49    
50    static error_t
51  noflags (struct store *store, int flags)  noflags (struct store *store, int flags)
52  {  {
53    return EINVAL;    return EINVAL;
# Line 211  const struct store_class store_unknown_c Line 217  const struct store_class store_unknown_c
217    -1, "unknown",    -1, "unknown",
218    read:                 noread,    read:                 noread,
219    write:                nowrite,    write:                nowrite,
220      set_size:             noset_size,
221    allocate_encoding:    unknown_allocate_encoding,    allocate_encoding:    unknown_allocate_encoding,
222    encode:               unknown_encode,    encode:               unknown_encode,
223    decode:               store_unknown_decode,    decode:               store_unknown_decode,

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

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