# HG changeset patch # User ulion # Date 1197971094 0 # Node ID 59aba7a96701afdcbe702a1c606313aad2b4e26c # Parent 0cc73d2131603099d643e5a3a808aa6ed6b3e0fd Replace another m_struct_t by 'struct m_struct_st' to remove depedency on m_struct.h when include libmenu/menu.h. diff -r 0cc73d213160 -r 59aba7a96701 libmenu/menu.h --- a/libmenu/menu.h Tue Dec 18 09:13:19 2007 +0000 +++ b/libmenu/menu.h Tue Dec 18 09:44:54 2007 +0000 @@ -25,7 +25,7 @@ const char *name; const char *author; const char *comment; - m_struct_t priv_st; // Config struct definition + struct m_struct_st priv_st; // Config struct definition // cfg is a config struct as defined in cfg_st, it may be used as a priv struct // cfg is filled from the attributs found in the cfg file // the args param hold the content of the balise in the cfg file (if any)