/* $NetBSD: trigger.h,v 1.1.1.3 2013/09/25 19:06:37 tron Exp $ */ #ifndef _TRIGGER_H_INCLUDED_ #define _TRIGGER_H_INCLUDED_ /*++ /* NAME /* trigger 3h /* SUMMARY /* client interface file /* SYNOPSIS /* #include /* DESCRIPTION /* .nf /* * External interface. */ extern int unix_trigger(const char *, const char *, ssize_t, int); extern int inet_trigger(const char *, const char *, ssize_t, int); extern int fifo_trigger(const char *, const char *, ssize_t, int); extern int stream_trigger(const char *, const char *, ssize_t, int); extern int pass_trigger(const char *, const char *, ssize_t, int); /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Wietse Venema /* IBM T.J. Watson Research /* P.O. Box 704 /* Yorktown Heights, NY 10598, USA /*--*/ #endif tion> NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/include/complex.h
AgeCommit message (Expand)Author
2013-01-28Add missing long double prototypes.matt
2010-09-15Commit SoC long double support from Stathis Kamperischristos
2009-07-22add a "public domain" note (there is nothing creative justifying adrochner
2007-08-20Add C99 complex support, for double and float.drochner