1. 21 Jan, 2001 9 commits
  2. 20 Jan, 2001 9 commits
  3. 19 Jan, 2001 21 commits
  4. 18 Jan, 2001 1 commit
    • William A. Rowe Jr's avatar
      · 56db883b
      William A. Rowe Jr authored
        When is a void fn(void) not a void fn(void)?  It's a win32'ism, since
        the APR_DECLARE (excluding _NONSTD) uses the pascal convention.  Really
        irrelevant in a function that never needs to clean up (atexit), but
        the compiler complains.  Possible workarounds, but that would break
        non-c lanaguge code from linking into apr.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87726 13f79535-47bb-0310-9956-ffa450edef68
      56db883b