/****************************************************************************** * FILE: DBEDIT.H Header file for DBEDIT.C functions using prototypes. * ******************************************************************************/ #ifndef dbhost_included #include "dbhost.h" /* PROTOTYPE_ALLOWED */ #endif int comment(char *x); int update_acc_var(SHORT last_good_bin);