projects
/
alioth
/
jupp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
joe-3.1jupp31.tgz (die zweite Klappeā¦)
[alioth/jupp.git]
/
tab.h
1
/* $MirOS: contrib/code/jupp/tab.h,v 1.2 2008/05/13 13:08:26 tg Exp $ */
2
/*
3
* File selection menu
4
* Copyright
5
* (C) 1992 Joseph H. Allen
6
*
7
* This file is part of JOE (Joe's Own Editor)
8
*/
9
#ifndef _JOE_TAB_H
10
#define _JOE_TAB_H 1
11
12
#include "config.h"
13
#include "types.h"
14
15
int cmplt PARAMS((BW *bw));
16
17
#endif