aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2014-11-06 14:18:37 -0500
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2014-11-06 14:18:37 -0500
commite3f20c041c078eacf648af94d9f012e4906359bb (patch)
tree0561839b7fcd51fbd2be8995edfcfa164747068b /eval.c
parentc483c50817e8accd0d5052d41d00869330193175 (diff)
downloadegawk-e3f20c041c078eacf648af94d9f012e4906359bb.tar.gz
egawk-e3f20c041c078eacf648af94d9f012e4906359bb.tar.bz2
egawk-e3f20c041c078eacf648af94d9f012e4906359bb.zip
Enhance get_file API to return info about input and output and to enable extensions to create already-opened files or sockets.
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index e7a346d3..2c8d3064 100644
--- a/eval.c
+++ b/eval.c
@@ -25,7 +25,6 @@
#include "awk.h"
-extern void after_beginfile(IOBUF **curfile);
extern double pow(double x, double y);
extern double modf(double x, double *yp);
extern double fmod(double x, double y);