Go to the source code of this file.
Functions | |
void | dumpNode (TidyDoc doc, TidyNode tnod, int indent) |
int | main (int argc, char **argv) |
uint | write_cb (char *in, uint size, uint nmemb, TidyBuffer *out) |
void dumpNode | ( | TidyDoc | doc, |
TidyNode | tnod, | ||
int | indent | ||
) |
Definition at line 45 of file htmltidy.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 75 of file htmltidy.c.
uint write_cb | ( | char * | in, |
uint | size, | ||
uint | nmemb, | ||
TidyBuffer * | out | ||
) |
Definition at line 36 of file htmltidy.c.