/* * $Source$ * $Author$ * $Header$ * * Copyright (C) 1987 by the Massachusetts Institute of Technology * * $Log$ * Revision 1.1 1987-05-31 22:06:40 wesommer * Initial revision * */ #ifndef lint static char *rcsid_sms_init_c = "$Header$"; #endif lint #include "sms_private.h" int sms_inited = 0; sms_init() { if (sms_inited) return; gdb_init(); init_sms_err_tbl(); init_krb_err_tbl(); sms_inited=1; }