/*####################################################################*/
/*
 *     SAP AG Walldorf
 *     Systeme, Anwendungen und Produkte in der Datenverarbeitung
 *
 *     (C) Copyright SAP AG 1999-2008
 */
/*####################################################################*/

/* HTTP subhandler include */
struct icm_http_subhdl
{
  boolean active;
  string name;
  int    type;
  int    flags;
  int    param_idx;

  string param_prefix;
  string url_prefix;
};
