#ifndef _WMPARSER_H_
#define _WMPARSER_H_

#include <stdio.h>
#include "defines.h"
#include "wmOptions.h"

struct stDirectoryll {
	char name[PATH_MAX];
	struct stDirectoryll *next;
};

void fgetvalue(char *,FILE *);
void getMiddleValue(char *,char *);
void getNameValuePair(char *,char *,char *);
struct stDirectoryll *getIconPath(void);
int getWMValue(int,char *,char *);
void stripQuotes(char *);
void expandTilde(char *);

#endif

syntax highlighted by Code2HTML, v. 0.9.1