mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
433 B

  1. --- ./wv/wvConfig.c.orig 2006-07-23 19:48:19.000000000 +0200
  2. +++ ./wv/wvConfig.c 2006-07-23 19:48:44.000000000 +0200
  3. @@ -2129,7 +2129,7 @@
  4. }
  5. -static void
  6. +void
  7. startElement (void *userData, const XML_Char *name, const XML_Char **atts)
  8. {
  9. unsigned int nAtts = 0;
  10. @@ -3093,7 +3093,7 @@
  11. }
  12. }
  13. -static void
  14. +void
  15. endElement (void *userData, const XML_Char *name)
  16. {
  17. state_data *mydata = (state_data *) userData;