summaryrefslogtreecommitdiff
path: root/monitor/display.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-11-04 10:16:30 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-11-04 10:16:30 +0100
commit9cb91579643c106f08b1e862fcd6ffdb56bc4041 (patch)
treeacc1662e2a96c12d9e91bb3a206ab9b86d894713 /monitor/display.h
parent14883d64dde384fc0d671d33c058fbdb3aa8bb11 (diff)
downloadbluez-9cb91579643c106f08b1e862fcd6ffdb56bc4041.tar.gz
monitor: Use global file for display settings
Diffstat (limited to 'monitor/display.h')
-rw-r--r--monitor/display.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/monitor/display.h b/monitor/display.h
new file mode 100644
index 000000000..2740f7699
--- /dev/null
+++ b/monitor/display.h
@@ -0,0 +1,31 @@
+/*
+ *
+ * BlueZ - Bluetooth protocol stack for Linux
+ *
+ * Copyright (C) 2011-2012 Intel Corporation
+ * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org>
+ *
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#include <stdbool.h>
+
+bool use_color(void);
+int num_columns(void);
+
+void open_pager(void);
+void close_pager(void);