Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/udf/udf_idx.c

    r3e6a98c5 rcde999a  
    4040#include <assert.h>
    4141#include <fibril_synch.h>
    42 #include <malloc.h>
     42#include <stdlib.h>
    4343#include <adt/hash_table.h>
    4444#include <adt/hash.h>
     
    8888/** Initialization of hash table
    8989 *
    90  * @return EOK on success or a negative error code.
     90 * @return EOK on success or an error code.
    9191 *
    9292 */
     
    101101/** Delete hash table
    102102 *
    103  * @return EOK on success or a negative error code.
     103 * @return EOK on success or an error code.
    104104 *
    105105 */
     
    116116 * @param index    Absolute position of ICB (sector)
    117117 *
    118  * @return EOK on success or a negative error code.
     118 * @return EOK on success or an error code.
    119119 *
    120120 */
     
    150150 * @param index    Absolute position of ICB (sector)
    151151 *
    152  * @return EOK on success or a negative error code.
     152 * @return EOK on success or an error code.
    153153 *
    154154 */
     
    196196 * @param node UDF node
    197197 *
    198  * @return EOK on success or a negative error code.
     198 * @return EOK on success or an error code.
    199199 *
    200200 */
Note: See TracChangeset for help on using the changeset viewer.