diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/ceval.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/ceval.h b/Include/ceval.h index 44756b2..82f834e 100644 --- a/Include/ceval.h +++ b/Include/ceval.h @@ -33,3 +33,4 @@ object *getglobals PROTO((void)); object *getlocals PROTO((void)); void printtraceback PROTO((FILE *)); +void flushline PROTO((void)); |