mirror of
https://github.com/rfivet/uemacs.git
synced 2024-11-19 19:15:55 -05:00
restrict edinit visibility in main.
This commit is contained in:
parent
f210ed610b
commit
4348e9f757
4
main.c
4
main.c
@ -105,6 +105,8 @@ extern void sizesignal(int);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
static void edinit( char *bname) ;
|
||||
|
||||
static void version( void) {
|
||||
fputs( PROGRAM_NAME_LONG " version " VERSION "\n", stdout) ;
|
||||
}
|
||||
@ -454,7 +456,7 @@ int main(int argc, char **argv)
|
||||
* as an argument, because the main routine may have been told to read in a
|
||||
* file by default, and we want the buffer name to be right.
|
||||
*/
|
||||
void edinit(char *bname)
|
||||
static void edinit(char *bname)
|
||||
{
|
||||
struct buffer *bp;
|
||||
struct window *wp;
|
||||
|
Loading…
Reference in New Issue
Block a user