Ignore:
File:
1 edited

Legend:

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

    r7ae01d5 r5a6cc679  
    11/*
    2  * Copyright (c) 2024 Jiri Svoboda
    32 * Copyright (c) 2008 Jakub Jermar
    43 * Copyright (c) 2008 Martin Decky
     
    8685        /** Link for placing the block into the free block list. */
    8786        link_t free_link;
    88         /** Link for placing the block into the block hash table. */
     87        /** Link for placing the block into the block hash table. */ 
    8988        ht_link_t hash_link;
    9089        /** Buffer with the block data. */
     
    10099};
    101100
    102 extern errno_t block_init(service_id_t);
     101extern errno_t block_init(service_id_t, size_t);
    103102extern void block_fini(service_id_t);
    104103
Note: See TracChangeset for help on using the changeset viewer.