define SDevicePresenceNotifyEvent prototype
This commit is contained in:
parent
7f36cc533e
commit
737e6e4836
|
@ -104,6 +104,12 @@ SDeviceMappingNotifyEvent (
|
||||||
deviceMappingNotify * /* to */
|
deviceMappingNotify * /* to */
|
||||||
);
|
);
|
||||||
|
|
||||||
|
void
|
||||||
|
SDevicePresenceNotifyEvent (
|
||||||
|
devicePresenceNotify * /* from */,
|
||||||
|
devicePresenceNotify * /* to */
|
||||||
|
);
|
||||||
|
|
||||||
void
|
void
|
||||||
FixExtensionEvents (
|
FixExtensionEvents (
|
||||||
ExtensionEntry * /* extEntry */
|
ExtensionEntry * /* extEntry */
|
||||||
|
|
Loading…
Reference in New Issue