projects
/
alioth
/
jupp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3566f3198ea7987312ff37ef512bbf918f800659
[alioth/jupp.git]
/
utag.h
1
/*
2
* tags file symbol lookup
3
* Copyright
4
* (C) 1992 Joseph H. Allen
5
*
6
* This file is part of JOE (Joe's Own Editor)
7
*/
8
#ifndef _JOE_UTAG_H
9
#define _JOE_UTAG_H 1
10
11
#ifdef EXTERN_CMD_C
12
__RCSID("$MirOS: contrib/code/jupp/utag.h,v 1.3 2017/12/02 02:07:37 tg Exp $");
13
#endif
14
15
int utag PARAMS((BW *bw));
16
17
#endif