Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: third_party/libteken/teken/libteken/Symbol.map

Issue 1127823002: Add libteken (from FreeBSD) to third_party. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libteken/teken/libteken/Symbol.map
diff --git a/third_party/libteken/teken/libteken/Symbol.map b/third_party/libteken/teken/libteken/Symbol.map
new file mode 100644
index 0000000000000000000000000000000000000000..9f0469287778dd4fe64e7396614c8a2339e1b8af
--- /dev/null
+++ b/third_party/libteken/teken/libteken/Symbol.map
@@ -0,0 +1,21 @@
+/*
+ * $FreeBSD: head/sys/teken/libteken/Symbol.map 226111 2011-10-07 15:05:24Z ed $
+ */
+
+FBSD_1.2 {
+ teken_256to8;
+ teken_get_curattr;
+ teken_get_cursor;
+ teken_get_defattr;
+ teken_get_defattr_cons25;
+ teken_get_sequence;
+ teken_get_winsize;
+ teken_init;
+ teken_input;
+ teken_set_8bit;
+ teken_set_cons25;
+ teken_set_curattr;
+ teken_set_cursor;
+ teken_set_defattr;
+ teken_set_winsize;
+};

Powered by Google App Engine
This is Rietveld 408576698