Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/block/block.h

    r5a6cc679 r7ae01d5  
    11/*
     2 * Copyright (c) 2024 Jiri Svoboda
    23 * Copyright (c) 2008 Jakub Jermar
    34 * Copyright (c) 2008 Martin Decky
     
    8586        /** Link for placing the block into the free block list. */
    8687        link_t free_link;
    87         /** Link for placing the block into the block hash table. */ 
     88        /** Link for placing the block into the block hash table. */
    8889        ht_link_t hash_link;
    8990        /** Buffer with the block data. */
     
    99100};
    100101
    101 extern errno_t block_init(service_id_t, size_t);
     102extern errno_t block_init(service_id_t);
    102103extern void block_fini(service_id_t);
    103104
Note: See TracChangeset for help on using the changeset viewer.