X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=menu%2Feti.h;h=3c3302d0f25f680dd5792606c6414e696a0fbfb7;hp=cc1c8308a948d5c4ea15b2a90ab40a0c7b886008;hb=f3ec084eb66ba14feb6357b674fb85dd474933d8;hpb=0eb88fc5281804773e2a0c7a488a4452463535ce diff --git a/menu/eti.h b/menu/eti.h index cc1c8308..3c3302d0 100644 --- a/menu/eti.h +++ b/menu/eti.h @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 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 +28,13 @@ ****************************************************************************/ /**************************************************************************** - * Author: Juergen Pfeifer 1995,1997 * + * Author: Juergen Pfeifer, 1995,1997 * ****************************************************************************/ -#ifndef _ETI_ERRNO_H_ -#define _ETI_ERRNO_H_ +/* $Id: eti.h,v 1.9 2020/02/02 23:34:34 tom Exp $ */ + +#ifndef NCURSES_ETI_H_incl +#define NCURSES_ETI_H_incl 1 #define E_OK (0) #define E_SYSTEM_ERROR (-1)