1 #ifndef ngspice_COM_CDUMP_H
2 #define ngspice_COM_CDUMP_H
3 
4 void com_cdump(wordlist *wl);
5 void com_mdump(wordlist *wl);
6 void com_rdump(wordlist *wl);
7 #define TABINDENT 2 /* CDHW */  /* The orginal value was 8 */
8 
9 #endif
10