blob: e692856c95e23e8a56a4cff2195958a0be05b009 [file] [log] [blame]
/*-------------------------------------------------------------------------
*
* ic_proxy_bgworker.h
* TODO file description
*
*
* Copyright (c) 2020-Present VMware, Inc. or its affiliates.
*
*
*-------------------------------------------------------------------------
*/
#ifndef IC_PROXY_BGWORKER_H
#define IC_PROXY_BGWORKER_H
extern bool ICProxyStartRule(Datum main_arg);
extern void ICProxyMain(Datum main_arg);
#endif /* IC_PROXY_BGWORKER_H */