Changeset 50985c34 in mainline for uspace/app/bithenge/file.h
- Timestamp:
- 2012-06-01T00:04:30Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 11b9ad7
- Parents:
- 5c5c346a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bithenge/file.h
r5c5c346a r50985c34 38 38 #define BITHENGE_FILE_H_ 39 39 40 #include <stdio.h> 40 41 #include "blob.h" 41 42 42 int bithenge_new_file_blob(bithenge_blob_t **, const char *filename); 43 int bithenge_new_file_blob(bithenge_blob_t **, const char *); 44 int bithenge_new_file_blob_from_fd(bithenge_blob_t **, int); 45 int bithenge_new_file_blob_from_file(bithenge_blob_t **, FILE *); 43 46 44 47 #endif
Note:
See TracChangeset
for help on using the changeset viewer.