]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
posix.vapi: add remaining syslog constants
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sun, 1 Mar 2009 21:08:07 +0000 (22:08 +0100)
committerJürg Billeter <j@bitron.ch>
Mon, 2 Mar 2009 10:29:18 +0000 (11:29 +0100)
Signed-off-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
vapi/posix.vapi

index 7e25c4d240c90ed075d174729c8ff7203c78e89d..9e401ca826eabdde579716d0bb34b3fcbf60e656 100644 (file)
@@ -495,6 +495,16 @@ namespace Posix {
        [CCode (cheader_filename = "syslog.h")]
        public void closelog ();
 
+       [CCode (cheader_filename = "syslog.h")]
+       public const int LOG_PID;
+       [CCode (cheader_filename = "syslog.h")]
+       public const int LOG_CONS;
+       [CCode (cheader_filename = "syslog.h")]
+       public const int LOG_ODELAY;
+       [CCode (cheader_filename = "syslog.h")]
+       public const int LOG_NDELAY;
+       [CCode (cheader_filename = "syslog.h")]
+       public const int LOG_NOWAIT;
        [CCode (cheader_filename = "syslog.h")]
        public const int LOG_EMERG;
        [CCode (cheader_filename = "syslog.h")]