• David Gibson's avatar
    aga: Error codes · afae9c82
    David Gibson authored
    Add an enum to record error codes for aga routines.  The current
    algorithms, dfs and bfs don't have any error conditions except those
    reported by callbacks.  So, for now, the only code is "no error", but this
    will be expanded in future.
    Signed-off-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
    afae9c82
aga.c 1.75 KB