X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=menu%2Feti.h;h=baa6190d8f840cb8b3e467c2fcfed444af329556;hp=a45d0b9cc1cf832d6f554abdcb46125f33645746;hb=45291421bee33c79ffb4c8f0e1b67ca5cc262114;hpb=661078ddbde3ce0f3b06e95642fbb9b5fef7dca1 diff --git a/menu/eti.h b/menu/eti.h index a45d0b9c..baa6190d 100644 --- a/menu/eti.h +++ b/menu/eti.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998 Free Software Foundation, Inc. * + * Copyright (c) 1998-2002,2003 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -27,11 +27,13 @@ ****************************************************************************/ /**************************************************************************** - * Author: Juergen Pfeifer 1995,1997 * + * Author: Juergen Pfeifer, 1995,1997 * ****************************************************************************/ -#ifndef _ETI_ERRNO_H_ -#define _ETI_ERRNO_H_ +/* $Id: eti.h,v 1.8 2003/10/25 15:24:29 tom Exp $ */ + +#ifndef NCURSES_ETI_H_incl +#define NCURSES_ETI_H_incl 1 #define E_OK (0) #define E_SYSTEM_ERROR (-1)