inc/umock_c/umock_lock_factory.h (11 lines of code) (raw):
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#ifndef UMOCK_LOCK_FACTORY_H
#define UMOCK_LOCK_FACTORY_H
#include "umock_c/umock_lock_if.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef UMOCK_C_LOCK_HANDLE(*UMOCK_C_LOCK_FACTORY_CREATE_LOCK_FUNC)(void* params);
#ifdef __cplusplus
}
#endif
#endif /* UMOCK_LOCK_FACTORY_H */