configdoc.h 99 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 #ifndef CONFIGDOC_H #define CONFIGDOC_H class DocIntf; void addConfigDocs(DocIntf *doc); #endif