*/
void
-Tk_Preserve(clientData)
- ClientData clientData; /* Pointer to malloc'ed block of memory. */
+Tk_Preserve(
+ ClientData clientData /* Pointer to malloc'ed block of memory. */
+)
{
register Reference *refPtr;
int i;
*/
void
-Tk_Release(clientData)
- ClientData clientData; /* Pointer to malloc'ed block of memory. */
+Tk_Release(
+ ClientData clientData /* Pointer to malloc'ed block of memory. */
+)
{
register Reference *refPtr;
int i;
*/
void
-Tk_EventuallyFree(clientData, freeProc)
- ClientData clientData; /* Pointer to malloc'ed block of memory. */
- Tk_FreeProc *freeProc; /* Procedure to actually do free. */
+Tk_EventuallyFree(
+ ClientData clientData, /* Pointer to malloc'ed block of memory. */
+ Tk_FreeProc *freeProc /* Procedure to actually do free. */
+)
{
register Reference *refPtr;
int i;