ha/service-mgmt/sm/src/sm_process.h

28 lines
559 B
C

//
// Copyright (c) 2014 Wind River Systems, Inc.
//
// SPDX-License-Identifier: Apache-2.0
//
#ifndef __SM_PROCESS_H__
#define __SM_PROCESS_H__
#include <sys/types.h>
#include "sm_types.h"
#ifdef __cplusplus
extern "C" {
#endif
// ****************************************************************************
// Process - Main
// ==============
extern SmErrorT sm_process_main( int argc, char *argv[], char *envp[] );
// ****************************************************************************
#ifdef __cplusplus
}
#endif
#endif // __SM_PROCESS_H__