/* * tags file symbol lookup * Copyright * (C) 1992 Joseph H. Allen * * This file is part of JOE (Joe's Own Editor) */ #ifndef _JOE_UTAG_H #define _JOE_UTAG_H 1 #ifdef EXTERN_CMD_C __IDSTRING(rcsid_utag_h, "$MirOS: contrib/code/jupp/utag.h,v 1.4 2017/12/02 17:00:52 tg Exp $"); #endif int utag PARAMS((BW *bw)); #endif