Subversion Repositories filter_foundry

Rev

Rev 439 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 439 Rev 532
Line 45... Line 45...
45
 
45
 
46
unsigned long djb2(const char *str);
46
unsigned long djb2(const char *str);
47
struct sym_rec *lookup(const char *s);
47
struct sym_rec *lookup(const char *s);
48
void init_symtab(struct sym_rec *);
48
void init_symtab(struct sym_rec *);
49
void insert(struct sym_rec *p);
49
void insert(struct sym_rec *p);
50
void dump_symbols();
50
void dump_symbols(void);
51
 
51
 
52
#endif
52
#endif