summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2002-10-22 04:50:21 +0000
committerHavoc Pennington <hp@redhat.com>2002-10-22 04:50:21 +0000
commit6a97e098d8d21d8381fac6d57de7476c514155f6 (patch)
treeeddf9d0f3c1bb6d84bc9dbea35da29387678b515
parentae1364a79ff0148eb3572c22552bfb23226329ef (diff)
downloadstartup-notification-6a97e098d8d21d8381fac6d57de7476c514155f6.tar.gz
add missing file
-rw-r--r--libsn/sn.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/libsn/sn.h b/libsn/sn.h
new file mode 100644
index 0000000..79618a8
--- /dev/null
+++ b/libsn/sn.h
@@ -0,0 +1,36 @@
+/*
+ * Copyright (C) 2002 Red Hat, Inc.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use, copy,
+ * modify, merge, publish, distribute, sublicense, and/or sell copies
+ * of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ */
+
+
+#ifndef __SN_SN_H__
+#define __SN_SN_H__
+
+/* Convenience header that includes all the other headers */
+#include <libsn/sn-launchee.h>
+#include <libsn/sn-launcher.h>
+#include <libsn/sn-monitor.h>
+
+#endif /* __SN_SN_H__ */
+
+