X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=menu%2Feti.h;h=baa6190d8f840cb8b3e467c2fcfed444af329556;hp=cc1c8308a948d5c4ea15b2a90ab40a0c7b886008;hb=6b96eb711cbf58da43002ff14b66d8a52c19a731;hpb=0eb88fc5281804773e2a0c7a488a4452463535ce diff --git a/menu/eti.h b/menu/eti.h index cc1c8308..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)