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:
3
buffer.h
3
buffer.h
@@ -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) ;
|
||||
|
Reference in New Issue
Block a user