Previous     Contents     Index     Next     
Setup Util Programmer's Guide



Chapter 15   Setupinst.h Library Reference


This chapter describes setupinst.h, the library containing functions used by the Common Install Shell. The functions are listed by platform, as follows:



UNIX and Windows NT

NSAPI_EXTERN int setupVerifyAdminDomain (const char *ldapURL, const
   char * szAdminDomain);

NSAPI_EXTERN int setupVersionCompare(const char *ver1, const char
   *ver2);

NSAPI_EXTERN int setupSecurityCompare(const char *sec1, const char
   *sec2);

NSAPI_EXTERN int setupRevisionCompare(const char *rev1, const char
   *rev2);

NSAPI_EXTERN int setupBuildCompare(const char *b1, const char *b2);

NSAPI_EXTERN void setupUpdateRegistration (const char *nickName,
   const char *ldapURL, const char *ldapUser, const char *ldapPwd);



Windows NT only

NSAPI_EXTERN char setupRawText2String (const char *text);


Previous     Contents     Index     Next     
Copyright (C) 2005 Red Hat, Inc. All rights reserved.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/

Last Updated September 21, 2001