Adding upstream version 0.5.1
This commit is contained in:
13
parsetag.h
Normal file
13
parsetag.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/* $Id: parsetag.h,v 1.2 2001/11/20 17:49:23 ukai Exp $ */
|
||||
#ifndef PARSETAG_H
|
||||
#define PARSETAG_H
|
||||
struct parsed_tagarg {
|
||||
char *arg;
|
||||
char *value;
|
||||
struct parsed_tagarg *next;
|
||||
};
|
||||
|
||||
extern char *tag_get_value(struct parsed_tagarg *t, char *arg);
|
||||
extern int tag_exists(struct parsed_tagarg *t, char *arg);
|
||||
extern struct parsed_tagarg *cgistr2tagarg(char *cgistr);
|
||||
#endif /* not PARSETAG_H */
|
Reference in New Issue
Block a user