You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "William A. Rowe, Jr." <wr...@lnd.com> on 2000/06/12 21:12:29 UTC

RE: cvs commit: apache-2.0/src ApacheCore.def

> From: stoddard@locus.apache.org [mailto:stoddard@locus.apache.org]
> Sent: Monday, June 12, 2000 1:44 PM
> 
> stoddard    00/06/12 11:44:28
> 
>   Modified:    src      ApacheCore.def
>   Log:
>   Add exports required by Jeff's recent changes.
>   
>   Revision  Changes    Path
>   1.22      +3 -1      apache-2.0/src/ApacheCore.def
>   
>   Index: ApacheCore.def
>   ===================================================================
>   RCS file: /home/cvs/apache-2.0/src/ApacheCore.def,v
>   retrieving revision 1.21
>   retrieving revision 1.22
>   diff -u -r1.21 -r1.22
>   --- ApacheCore.def	2000/06/06 01:15:05	1.21
>   +++ ApacheCore.def	2000/06/12 18:44:26	1.22
>   @@ -415,4 +415,6 @@
>            ap_run_open_logs        @409 NONAME
>            ap_process_config_tree  @410 NONAME
>            ap_server_config_defines @411 NONAME DATA
>   -        
>   +        ap_sort_hooks		 @412
>   +	ap_fini_vhost_config	 @413
>   +	ap_fixup_virtual_hosts	 @414

The NONAME tags are out there for symbols that simply *won't*
be publicly used... I would imagine Jeff's symbols fall into
that category.  But I will need to review that whole darned
file for such symbols at some point.

It's mostly to observe in the depends utility what symbols
were imported that 'shouldn't' have been.  This of NONAME as
an alias for CORE.