tweaks: rename two header files, to be distinct and not an abbreviation
parent
84b187f627
commit
90f6342fd1
|
@ -19,7 +19,7 @@
|
||||||
* *
|
* *
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#include "proto.h"
|
#include "prototypes.h"
|
||||||
|
|
||||||
#ifdef ENABLE_BROWSER
|
#ifdef ENABLE_BROWSER
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
* *
|
* *
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#include "proto.h"
|
#include "prototypes.h"
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
* *
|
* *
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#include "proto.h"
|
#include "prototypes.h"
|
||||||
|
|
||||||
#ifdef ENABLE_COLOR
|
#ifdef ENABLE_COLOR
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
* *
|
* *
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#include "proto.h"
|
#include "prototypes.h"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* nano.h -- This file is part of GNU nano. *
|
* definitions.h -- This file is part of GNU nano. *
|
||||||
* *
|
* *
|
||||||
* Copyright (C) 1999-2011, 2013-2020 Free Software Foundation, Inc. *
|
* Copyright (C) 1999-2011, 2013-2020 Free Software Foundation, Inc. *
|
||||||
* Copyright (C) 2014-2017 Benno Schulenberg *
|
* Copyright (C) 2014-2017 Benno Schulenberg *
|
|
@ -19,7 +19,7 @@
|
||||||
* *
|
* *
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#include "proto.h"
|
#include "prototypes.h"
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
* *
|
* *
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#include "proto.h"
|
#include "prototypes.h"
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
* *
|
* *
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#include "proto.h"
|
#include "prototypes.h"
|
||||||
|
|
||||||
#ifdef ENABLE_HELP
|
#ifdef ENABLE_HELP
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
* *
|
* *
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#include "proto.h"
|
#include "prototypes.h"
|
||||||
|
|
||||||
#ifdef ENABLE_HISTORIES
|
#ifdef ENABLE_HISTORIES
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
* *
|
* *
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#include "proto.h"
|
#include "prototypes.h"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
* *
|
* *
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#include "proto.h"
|
#include "prototypes.h"
|
||||||
#include "revision.h"
|
#include "revision.h"
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
* *
|
* *
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#include "proto.h"
|
#include "prototypes.h"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* proto.h -- This file is part of GNU nano. *
|
* prototypes.h -- This file is part of GNU nano. *
|
||||||
* *
|
* *
|
||||||
* Copyright (C) 1999-2011, 2013-2020 Free Software Foundation, Inc. *
|
* Copyright (C) 1999-2011, 2013-2020 Free Software Foundation, Inc. *
|
||||||
* *
|
* *
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
* *
|
* *
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#include "nano.h"
|
#include "definitions.h"
|
||||||
|
|
||||||
/* All external variables. See global.c for their descriptions. */
|
/* All external variables. See global.c for their descriptions. */
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
* *
|
* *
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#include "proto.h"
|
#include "prototypes.h"
|
||||||
|
|
||||||
#ifdef ENABLE_NANORC
|
#ifdef ENABLE_NANORC
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
* *
|
* *
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#include "proto.h"
|
#include "prototypes.h"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
* *
|
* *
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#include "proto.h"
|
#include "prototypes.h"
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
* *
|
* *
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#include "proto.h"
|
#include "prototypes.h"
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#ifdef HAVE_PWD_H
|
#ifdef HAVE_PWD_H
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
* *
|
* *
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#include "proto.h"
|
#include "prototypes.h"
|
||||||
#include "revision.h"
|
#include "revision.h"
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
Loading…
Reference in New Issue