Carbon


FreeFuncType

Header: OpenTransportProtocol.h Carbon status: Unsupported

typedef void(* FreeFuncType) (
    char *arg
);

You would declare your function like this if you were to name it MyCallback:

void MyCallback (
    char *arg
);
CARBON NOTES

This function is not needed in Carbon because the STREAMS subsystem is not available on Mac OS X.


© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)