Changeset 978ccaf1 in mainline for uspace/app/bithenge/source.c


Ignore:
Timestamp:
2012-06-27T03:35:43Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
600f5d1
Parents:
04a7435f
Message:

Bithenge: various cleanup and tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bithenge/source.c

    r04a7435f r978ccaf1  
    7878}
    7979
     80/** Create a node from a source described with a string. For instance,
     81 * "hex:55aa" will result in a blob node. If there is no colon in the string,
     82 * it is assumed to be a filename.
     83 * @param[out] out Stores the created node.
     84 * @param source Specifies the node to be created.
     85 * @return EOK on success or an error code from errno.h. */
    8086int bithenge_node_from_source(bithenge_node_t **out, const char *source)
    8187{
Note: See TracChangeset for help on using the changeset viewer.