Changes in uspace/srv/fs/udf/udf_idx.c [3e6a98c5:cde999a] in mainline
- File:
-
- 1 edited
-
uspace/srv/fs/udf/udf_idx.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/udf/udf_idx.c
r3e6a98c5 rcde999a 40 40 #include <assert.h> 41 41 #include <fibril_synch.h> 42 #include < malloc.h>42 #include <stdlib.h> 43 43 #include <adt/hash_table.h> 44 44 #include <adt/hash.h> … … 88 88 /** Initialization of hash table 89 89 * 90 * @return EOK on success or a negativeerror code.90 * @return EOK on success or an error code. 91 91 * 92 92 */ … … 101 101 /** Delete hash table 102 102 * 103 * @return EOK on success or a negativeerror code.103 * @return EOK on success or an error code. 104 104 * 105 105 */ … … 116 116 * @param index Absolute position of ICB (sector) 117 117 * 118 * @return EOK on success or a negativeerror code.118 * @return EOK on success or an error code. 119 119 * 120 120 */ … … 150 150 * @param index Absolute position of ICB (sector) 151 151 * 152 * @return EOK on success or a negativeerror code.152 * @return EOK on success or an error code. 153 153 * 154 154 */ … … 196 196 * @param node UDF node 197 197 * 198 * @return EOK on success or a negativeerror code.198 * @return EOK on success or an error code. 199 199 * 200 200 */
Note:
See TracChangeset
for help on using the changeset viewer.
