summaryrefslogtreecommitdiff
path: root/include/extinit.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2006-07-19 20:10:48 -0400
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-07-21 15:19:53 -0400
commit737e6e4836a6af26fedc22cda8e7d366b52c8fa7 (patch)
tree6fe01099dd5836b84123551eccf084b949b9bddf /include/extinit.h
parent7f36cc533e7f6ae44e973c5f00f9bfec7c6b7b50 (diff)
define SDevicePresenceNotifyEvent prototype
Diffstat (limited to 'include/extinit.h')
-rw-r--r--include/extinit.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/extinit.h b/include/extinit.h
index 37fa9a245..c47100879 100644
--- a/include/extinit.h
+++ b/include/extinit.h
@@ -105,6 +105,12 @@ SDeviceMappingNotifyEvent (
);
void
+SDevicePresenceNotifyEvent (
+ devicePresenceNotify * /* from */,
+ devicePresenceNotify * /* to */
+ );
+
+void
FixExtensionEvents (
ExtensionEntry * /* extEntry */
);