comparison src/lib/var-expand.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents 9b873c82bc88
children 81806d402514
comparison
equal deleted inserted replaced
6409:7f733ba453bf 6410:e4eb71ae8e96
1 #ifndef __VAR_EXPAND_H 1 #ifndef VAR_EXPAND_H
2 #define __VAR_EXPAND_H 2 #define VAR_EXPAND_H
3 3
4 struct var_expand_table { 4 struct var_expand_table {
5 char key; 5 char key;
6 const char *value; 6 const char *value;
7 }; 7 };