mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-04-12 18:18:17 +02:00
Added output_box() function
This commit is contained in:
parent
0c9f7cb04f
commit
1996a361ed
@ -4,14 +4,17 @@
|
||||
* Date created: June 23, 1999 (Wednesday, 20:12h)
|
||||
* Author: Thomas Jensen
|
||||
* tsjensen@stud.informatik.uni-erlangen.de
|
||||
* Version: $Id$
|
||||
* Version: $Id: generate.h,v 1.1 1999/06/23 18:53:03 tsjensen Exp tsjensen $
|
||||
* Language: ANSI C
|
||||
* Purpose: Box generation, i.e. the drawing of boxes
|
||||
* Remarks: ---
|
||||
*
|
||||
* Revision History:
|
||||
*
|
||||
* $Log$
|
||||
* $Log: generate.h,v $
|
||||
* Revision 1.1 1999/06/23 18:53:03 tsjensen
|
||||
* Initial revision
|
||||
*
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
*/
|
||||
|
||||
@ -20,6 +23,7 @@
|
||||
|
||||
|
||||
int generate_box (sentry_t *thebox);
|
||||
int output_box (const sentry_t *thebox);
|
||||
|
||||
|
||||
#endif /*GENERATE_H*/
|
||||
|
Loading…
Reference in New Issue
Block a user