/* * $Source$ * $Author$ * $Header$ * * Copyright (C) 1987 by the Massachusetts Institute of Technology * For copying and distribution information, please see the file * . */ #ifndef lint static char *rcsid_sms_init_c = "$Header$"; #endif lint #include #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; }