server_ptree_print()

void server_ptree_print(server_ptree_t *branch);

A convenience function for printing the contents of a ptree. In the future this will probably get a FILE * added to its argument list, right now it prints to stderr. Primarily included for debugging purposes.



2007-12-06