Changeset 5c925ce in mainline for uspace/app/bithenge/file.h


Ignore:
Timestamp:
2012-06-07T17:00:12Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8375d0eb
Parents:
5f679702
Message:

Bithenge: make blobs a type of node

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bithenge/file.h

    r5f679702 r5c925ce  
    4141#include "blob.h"
    4242
    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 *);
     43int bithenge_new_file_blob(bithenge_node_t **, const char *);
     44int bithenge_new_file_blob_from_fd(bithenge_node_t **, int);
     45int bithenge_new_file_blob_from_file(bithenge_node_t **, FILE *);
    4646
    4747#endif
Note: See TracChangeset for help on using the changeset viewer.