|
||
void attach_box_item ( char *item )
char *item; // text to attach to box prompt list
|
|
|
Synopsis |
#include "silver.h"
The attach_box_item function attaches item to an internally maintained list of items for a future call to box_prompt or box_prompt_multiple.
|
|
Parameters |
item is a null-terminated string |
|
Return Value |
none |
|
See Also |
|
|
|
|