added cvs Id tag to fsedit files
This commit is contained in:
parent
1489c61324
commit
a27c5983cd
@ -1,5 +1,5 @@
|
|||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
* $Id
|
* $Id$
|
||||||
*
|
*
|
||||||
* File ..................: mbsebbs/fsedit.c
|
* File ..................: mbsebbs/fsedit.c
|
||||||
* Purpose ...............: FullScreen Message editor.
|
* Purpose ...............: FullScreen Message editor.
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
#ifndef _FSEDIT_H
|
#ifndef _FSEDIT_H
|
||||||
#define _FSEDIT_H
|
#define _FSEDIT_H
|
||||||
|
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
/* Includes needed for fsedit.c */
|
/* Includes needed for fsedit.c */
|
||||||
|
|
||||||
#include "../lib/libs.h"
|
#include "../lib/libs.h"
|
||||||
@ -16,7 +18,6 @@
|
|||||||
#include "timeout.h"
|
#include "timeout.h"
|
||||||
#include "pinfo.h"
|
#include "pinfo.h"
|
||||||
|
|
||||||
|
|
||||||
int Fs_Edit(void); /* The fullscreen message editor */
|
int Fs_Edit(void); /* The fullscreen message editor */
|
||||||
|
|
||||||
extern int Line; /* Number of lines + 1 */
|
extern int Line; /* Number of lines + 1 */
|
||||||
@ -46,5 +47,5 @@ void ScrollDown(void);
|
|||||||
void FsMove(unsigned char);
|
void FsMove(unsigned char);
|
||||||
int FsWordWrap(void);
|
int FsWordWrap(void);
|
||||||
|
|
||||||
#endif
|
#endif /* _FSEDIT_H */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user