1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-09-25 06:34:07 -04:00

Review buffer public interface.

This commit is contained in:
2013-06-13 19:16:46 +08:00
parent 47c67446b0
commit 008852ada3
2 changed files with 9 additions and 6 deletions

View File

@@ -10,9 +10,6 @@ int killbuffer( int f, int n) ;
int zotbuf( struct buffer *bp) ;
int namebuffer( int f, int n) ;
int listbuffers( int f, int n) ;
int makelist( int iflag) ;
void ltoa( char *buf, int width, long num) ;
int addline( char *text) ;
int anycb( void) ;
int bclear( struct buffer *bp) ;
int unmark( int f, int n) ;