blob: 2a22ab61fcfc29c9362127639100938aa2c54326 (
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_NETSITE_H
#define PUBLIC_NETSITE_H
/*
* File: netsite.h
*
* Description:
*
* Deprecated include file.
*/
#ifndef PUBLIC_NSAPI_H
#include "nsapi.h"
#endif /* !PUBLIC_NSAPI_H */
#endif /* !PUBLIC_NETSITE_H */
|