[Fedora-directory-commits] adminutil/include/libadminutil admutil.h, 1.7, 1.8

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Sat Jun 9 00:27:22 UTC 2007


Author: nhosoi

Update of /cvs/dirsec/adminutil/include/libadminutil
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12965/include/libadminutil

Modified Files:
	admutil.h 
Log Message:
Resolves: Bug 237356
Summary: Move DS Admin Code into Admin Server (Comment #42)
Description: In the effort of using adminutil instead of the each server's 
local library (e.g., libds_admin), post_begin equivalent used in the DS code 
checks the return value from the function.  Changing the return type from void 
to int to adjust.



Index: admutil.h
===================================================================
RCS file: /cvs/dirsec/adminutil/include/libadminutil/admutil.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- admutil.h	15 May 2007 00:53:33 -0000	1.7
+++ admutil.h	9 Jun 2007 00:27:19 -0000	1.8
@@ -444,7 +444,7 @@
  
 /* Initialize a form "post" using the POST method.  Send this fn "stdin". */
 /* form_post.c */
-PR_IMPLEMENT(void) post_begin(FILE *in);
+PR_IMPLEMENT(int) post_begin(FILE *in);
  
 /* Turn a variable string into a vars vector. */
 /* form_post.c */




More information about the Fedora-directory-commits mailing list