uemacs/efunc.h

23 lines
434 B
C

#ifndef _EFUNC_H_
#define _EFUNC_H_
/* efunc.h
*
* Function declarations and names.
*
* 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.
*
* modified by Petri Kutvonen
*/
/* External function declarations. */
#if BSD | SVR4
/* lock.c */
#include "lock.h"
#endif
#endif