File: ushell.h

package info (click to toggle)
jupp 3.1.21-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,208 kB
  • sloc: ansic: 27,469; sh: 4,058; makefile: 209
file content (19 lines) | stat: -rw-r--r-- 408 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* $MirOS: contrib/code/jupp/ushell.h,v 1.2 2008/05/13 13:08:30 tg Exp $ */
/*
 * 	Shell-window functions
 *	Copyright (C) 1992 Joseph H. Allen
 *
 *	This file is part of JOE (Joe's Own Editor)
 */
#ifndef _JOE_USHELL_H
#define _JOE_USHELL_H 1

#include "config.h"
#include "types.h"

int ubknd PARAMS((BW *bw));
int ukillpid PARAMS((BW *bw));
int urun PARAMS((BW *bw));
int ubuild PARAMS((BW *bw));

#endif