24 lines
542 B
C
24 lines
542 B
C
|
|
/* Sccsid @(#) srv.h 80.1 1/14/93 */
|
|
|
|
/*
|
|
**
|
|
** Sybase SERVER-LIBRARY
|
|
** Confidential Property of Sybase, Inc.
|
|
** (c) Copyright Sybase, Inc. 1988 - 1992
|
|
** All rights reserved
|
|
**
|
|
** srv.h This header file is obsolete. It should be removed
|
|
** from all existing code and not included in any new code.
|
|
** This header file will be removed from the Open Server 6.0
|
|
** release.
|
|
**
|
|
** Open Server applications should replace srv.h with ospublic.h
|
|
*/
|
|
#if !defined(__SRV_H__)
|
|
#define __SRV_H__
|
|
|
|
#include <ospublic.h>
|
|
|
|
#endif /* __SRV_H__ */
|