[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 4739 - in trunk/subversion: svnadmin svnlook clients clients/cmdline tests/libsvn_subr svnserve svnversion

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-02-05 03:10:49 CET

brane@tigris.org writes:
> * subversion/clients/init_cmdline.h: New file. Abstract all
> command-line program initialization here.

Okay -- I'll take the bait :-).

Why are we putting a C function definition directly into a .h file and
the including the .h file, instead of declaring the function in a
header file (maybe a new header, maybe not) and then defining the
function in a .c file as usual?

I'm sure you must have had a reason for doing it this way, I'm just
not figuring it out at the moment. (Say, what will happen to someone
who tries to debug into this function?)

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 5 03:41:09 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.