comparison lib-src/pop.c @ 80029:e1b6ef5c6464

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 05 Feb 2008 02:29:05 +0000
parents de27c7b1b268
children 710e4315c043 f991f10f15ec
comparison
equal deleted inserted replaced
80028:f56936039199 80029:e1b6ef5c6464
1574 1574
1575 /* 1575 /*
1576 * Function: pop_trash 1576 * Function: pop_trash
1577 * 1577 *
1578 * Purpose: Like pop_close or pop_quit, but doesn't deallocate the 1578 * Purpose: Like pop_close or pop_quit, but doesn't deallocate the
1579 * memory associated with the server. It is legal to call 1579 * memory associated with the server. It is valid to call
1580 * pop_close or pop_quit after this function has been called. 1580 * pop_close or pop_quit after this function has been called.
1581 */ 1581 */
1582 static void 1582 static void
1583 pop_trash (server) 1583 pop_trash (server)
1584 popserver server; 1584 popserver server;