25 lines
618 B
C
25 lines
618 B
C
|
|
/* Sccsid @(#) srverror.h 80.1 1/14/93 */
|
|
|
|
/*
|
|
** Sybase SERVER-LIBRARY
|
|
** Confidential Property of Sybase, Inc.
|
|
** (c) Copyright Sybase, Inc. 1988 - 1992
|
|
** All rights reserved
|
|
**
|
|
** srverror.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 srverror.h with
|
|
** oserror.h
|
|
*/
|
|
#if !defined(__SRVERROR_H__)
|
|
#define __SRVERROR_H__
|
|
|
|
/* Include new Open Server header file */
|
|
#include <oserror.h>
|
|
|
|
#endif /* __SRVERROR_H__ */
|