16#ifndef OPFLEX_C_OFURI_H
17#define OPFLEX_C_OFURI_H
int ofstatus
An opflex status code.
Definition ofcore_c.h:84
void * ofobj_p
Base type for all OpFlex object pointers.
Definition ofcore_c.h:89
ofstatus ofuri_hash(ofuri_p uri, size_t *hash_value)
Compute a hash value for the URI that can be used with a hash table.
ofstatus ofuri_get_str(ofuri_p uri, const char **str)
Get a C-style string representation of the URI.
ofobj_p ofuri_p
A pointer to a URI object.
Definition ofuri_c.h:40
C wrapper core defininitions.