1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

remove fileio from efunc, update dependencies.

This commit is contained in:
2013-05-18 11:42:16 +08:00
parent a65f7ca38c
commit fa56e5dfff
5 changed files with 6 additions and 6 deletions

View File

@@ -220,9 +220,6 @@ extern int writeout(char *fn);
extern int filename(int f, int n);
extern int ifile(char *fname);
/* fileio.c */
#include "fileio.h"
/* exec.c */
extern int namedcmd(int f, int n);
extern int execcmd(int f, int n);