uemacs/efunc.h

23 lines
434 B
C
Raw Normal View History

#ifndef _EFUNC_H_
#define _EFUNC_H_
2013-05-19 09:36:24 +00:00
/* efunc.h
*
2013-05-19 09:36:24 +00:00
* Function declarations and names.
*
2013-05-19 09:36:24 +00:00
* This file list all the C code functions used and the names to use
* to bind keys to them. To add functions, declare it here in both the
* extern function list and the name binding table.
*
2013-05-19 09:36:24 +00:00
* modified by Petri Kutvonen
*/
/* External function declarations. */
2013-05-25 03:57:27 +00:00
#if BSD | SVR4
/* lock.c */
#include "lock.h"
2013-05-25 03:57:27 +00:00
#endif
#endif