-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. */
+)