aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xquartz/console_redirect.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-03-27 17:04:46 +0200
committermarha <marha@users.sourceforge.net>2012-03-27 17:04:46 +0200
commitec617f09d07e32d6f57c0da133f53ad3d43a568a (patch)
tree336f2ef770cf4bd48005f99fcbac22ec64ff51db /xorg-server/hw/xquartz/console_redirect.h
parent1d6d472342aee7b9c68e9f1d92762ef808d35ac2 (diff)
downloadvcxsrv-ec617f09d07e32d6f57c0da133f53ad3d43a568a.tar.gz
vcxsrv-ec617f09d07e32d6f57c0da133f53ad3d43a568a.tar.bz2
vcxsrv-ec617f09d07e32d6f57c0da133f53ad3d43a568a.zip
fontconfig libxcb xcb-proto mesa xserver git update 27 Mar 2012
Diffstat (limited to 'xorg-server/hw/xquartz/console_redirect.h')
-rw-r--r--xorg-server/hw/xquartz/console_redirect.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/xorg-server/hw/xquartz/console_redirect.h b/xorg-server/hw/xquartz/console_redirect.h
index 94520a35c..7b80de405 100644
--- a/xorg-server/hw/xquartz/console_redirect.h
+++ b/xorg-server/hw/xquartz/console_redirect.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2011 Apple Inc.
+/* Copyright (c) 2011-2012 Apple Inc.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation files
@@ -34,11 +34,13 @@
/* The given fd is replaced with a pipe. Anything written to it will will be
* logged to ASL.
*/
-int xq_asl_capture_fd(aslclient asl, aslmsg msg, int level, int fd);
+int
+xq_asl_capture_fd(aslclient asl, aslmsg msg, int level, int fd);
/* The given fd is read from and passed along to ASL until all write ends of the
* pipe are closed. Once the last writer has closed the pipe, we close our end.
*/
-int xq_asl_log_fd(aslclient asl, aslmsg msg, int level, int fd);
+int
+xq_asl_log_fd(aslclient asl, aslmsg msg, int level, int fd);
#endif