summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_internal.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-05-16 04:14:21 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-05-16 04:14:21 +0200
commit857c3f8322005efd460c2f516a9486a2de059e9f (patch)
treeb78b19eeb5e73543ffbf3f28a855046e3c42e7cd /lib/tevent/tevent_internal.h
parenta0caffd4463f11582747bb64d2e8796bb6fc83c0 (diff)
downloadsamba-857c3f8322005efd460c2f516a9486a2de059e9f.tar.gz
samba-857c3f8322005efd460c2f516a9486a2de059e9f.tar.bz2
samba-857c3f8322005efd460c2f516a9486a2de059e9f.zip
tevent: Install tevent_internal.h in the standalone build.
This is not ideal, but at least it fixes the build of samba-gtk for now. I've also added a warning about API guarantees at the top of the header.
Diffstat (limited to 'lib/tevent/tevent_internal.h')
-rw-r--r--lib/tevent/tevent_internal.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/tevent/tevent_internal.h b/lib/tevent/tevent_internal.h
index eebf767067..36abfa4482 100644
--- a/lib/tevent/tevent_internal.h
+++ b/lib/tevent/tevent_internal.h
@@ -3,7 +3,9 @@
generalised event loop handling
- Internal structs
+ INTERNAL STRUCTS. THERE ARE NO API GUARANTEES.
+ External users should only ever have to include this header when
+ implementing new tevent backends.
Copyright (C) Stefan Metzmacher 2005-2009