blob: 967a1ca8be616e74685c7be05d97870d996fb2fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
/** BEGIN COPYRIGHT BLOCK
* Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
* Copyright (C) 2005 Red Hat, Inc.
* All rights reserved.
* END COPYRIGHT BLOCK **/
#ifndef PUBLIC_BASE_UTIL_H
#define PUBLIC_BASE_UTIL_H
/*
* File: util.h
*
* Description:
*
* Deprecated include file.
*/
#ifndef PUBLIC_NSAPI_H
#include "../nsapi.h"
#endif /* !PUBLIC_NSAPI_H */
#endif /* PUBLIC_BASE_UTIL_H */
|