/* dedot.h * MDA: 12/16/2000 * Function prototypes for dedot.c */ void dequote1 (char *src); void dedot1 (char *src); void dedot2 (char *src, char *dst);