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

useless return values for apr_md5_*() functions...

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-04-12 22:00:03 CEST

I'm planning to make the following functions return void instead of
apr_status_t:

   apr_md5_init()
   apr_md5_update()
   apr_md5_final()
   apr_md5_encode()
   apr_md5() /* this one will get the obvious code tweak too */

They currently can only return success anyway, and it's hard to
conceive of an implementation that would do otherwise.

If any APR developer knows a reason not to make this change, please
speak now or forever hold your peace... :-) (I'll wait a day.)

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 12 21:55:39 2002

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.