Current File : //usr/include/project_impl.h
/*
 * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
 */

#ifndef _PROJECT_IMPL_H
#define	_PROJECT_IMPL_H

#include <project.h>

#ifdef	__cplusplus
extern "C" {
#endif

/* Private libproject interface. */

extern int proj_check_attr_semantics(const char *, char **);
extern int proj_check_attr_syntax(const char *, char **);
extern int proj_settaskid_bypid(pid_t, uint_t, char **);
extern int _str2project(const char *, int, void *, char *, int);

#ifdef	__cplusplus
}
#endif

#endif /* _PROJECT_IMPL_H */