/[monit]/monit/util.h
ViewVC logotype

Diff of /monit/util.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by hauk, Sun Dec 19 00:31:51 2004 UTC revision 1.4 by hauk, Mon Dec 20 05:39:34 2004 UTC
# Line 256  char *Util_urlDecode(char *url); Line 256  char *Util_urlDecode(char *url);
256    
257    
258  /**  /**
259   * Parse an url string.   * @return a Basic Authentication Authorization string (RFC 2617),
260   * @param string an url string   * with credentials from the Run object, NULL if credentials are not defined.
  * @return A pointer to the structure which describes particular url parts  
261   */   */
262  Url_T Util_parseURL(char *string);  char *Util_getBasicAuthHeader();
263    
264    
265  /**  /**
266   * @return a Basic Authentication Authorization string (RFC 2617),   * Creates a new String by merging a formated string and a variable
267   * with credentials from the Run object, NULL if credentials are not defined.   * argument list. The caller must free the returned String.
268     * @param s A format string
269     * @return The new String or NULL if the string could not be created
270   */   */
271  char *Util_getBasicAuthHeader();  char *Util_getString(const char *s, ...);
272    
273    
274  /**  /**

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26