K 10 svn:author V 7 rodrigc K 8 svn:date V 27 2005-05-31T14:50:49.000000Z K 7 svn:log V 184 Do not declare a struct as extern, and then implement it as static in the same file. This is not legal C, and GCC 4.0 will issue an error. Reviewed by: phk Approved by: das (mentor) END