dougm       98/03/24 15:20:28

  Modified:    src/main http_protocol.c
  Log:
  oops, this didn't commited yesterday for the API_EXPORT of index_of_response
  Submitted by: Doug MacEachern
  
  Revision  Changes    Path
  1.201     +1 -1      apache-1.3/src/main/http_protocol.c
  
  Index: http_protocol.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/main/http_protocol.c,v
  retrieving revision 1.200
  retrieving revision 1.201
  diff -u -r1.200 -r1.201
  --- http_protocol.c   1998/03/17 08:21:01     1.200
  +++ http_protocol.c   1998/03/24 23:20:26     1.201
  @@ -968,7 +968,7 @@
    * If that sad event occurs, replace the code below with a linear search
    * from status_lines[shortcut[i]] to status_lines[shortcut[i+1]-1];
    */
  -int index_of_response(int status)
  +API_EXPORT(int) index_of_response(int status)
   {
       static int shortcut[6] = {0, LEVEL_200, LEVEL_300, LEVEL_400,
       LEVEL_500, RESPONSE_CODES};
  
  
  

Reply via email to