diff --git a/src/program.h b/src/program.h index ca7afc91d5c8e7b1b387bbad2de39f66d57ecd7c..5b0b40dfbb9d3123bc0910b7d22d5185b1bcaf63 100644 --- a/src/program.h +++ b/src/program.h @@ -5,7 +5,7 @@ \*/ /* - * $Id: program.h,v 1.41 1998/04/24 00:32:09 hubbe Exp $ + * $Id: program.h,v 1.42 1998/05/25 15:22:53 grubba Exp $ */ #ifndef PROGRAM_H #define PROGRAM_H @@ -343,6 +343,8 @@ int find_shared_string_identifier(struct pike_string *name, int find_identifier(char *name,struct program *prog); int store_prog_string(struct pike_string *str); int store_constant(struct svalue *foo, int equal); +struct array *program_indices(struct program *p); +struct array *program_values(struct program *p); void start_line_numbering(void); void store_linenumber(INT32 current_line, struct pike_string *current_file); char *get_line(unsigned char *pc,struct program *prog,INT32 *linep);