]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
ap_rprintf is implemented as API_EXPORT() in http_protocol.c.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 21 Jan 2002 20:29:12 +0000 (20:29 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 21 Jan 2002 20:29:12 +0000 (20:29 +0000)
commit199456d19d2ee64342b44009d1c66107276376ee
tree42c48cfcbc88c1b15b81338c3e17793d9f3f12a7
parent61f881ad0fc67e0d2bf766eb133fdaaa48406916
  ap_rprintf is implemented as API_EXPORT() in http_protocol.c.
  Therefore, make the prototype and implementation consistant.

  The question remains, why no compiler warning/emit?  Because MSVC [my
  version, at least] must have changed all of the ap_fn(foo, ...) decl
  from _stdcall to _cdecl, on it's own!

  I suggest our declarations are still borked, but they have worked only
  because MSVC ignored our poor judgement :)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@92964 13f79535-47bb-0310-9956-ffa450edef68
src/include/http_protocol.h