common.c [code] | Implementation of routines common to parse and formatting modules |
common.h [code] | Public header common for both parsing and formatting modules |
config.h [code] | |
errorlist.c [code] | Translation table for error numbers |
formatter.c [code] | Formatting module implementation |
formatter.h [code] | Specific public header for FreeSDP formatting module |
formatterpriv.h [code] | Private header for formatting module |
freesdp.h [code] | Global public header that includes both parsing and formatting module headers, parser.h and formatter.h, respectively |
parser.c [code] | Parsing module implementation |
parser.h [code] | Specific public header for parsing module |
parserpriv.h [code] | Private header for parser module |
priv.h [code] | Common private header for both formatting and parsing modules |