FreeBSD 10 clang port
[oweals/cde.git] / cde / lib / DtTerm / TermPrim / TermPrimBufferP.h
index d9b098a167d728eaedc16cfa6269e7920d4a8f0e..66f88608efd96ecf7e80fd9699bb42ce497f33c8 100644 (file)
@@ -174,6 +174,29 @@ typedef struct _TermBufferRec
     TermBufferPart term_buffer;
 } TermBufferRec;
 
+extern
+short
+_DtTermPrimBufferInsertWc
+(
+    const TermBuffer  tb,
+    const short       row,
+    const short       col,
+          wchar_t    *newChars,
+          short       numChars,
+          Boolean     insertFlag,
+          termChar  **returnChars,
+          short      *returnLength
+);
+
+extern
+Boolean
+_DtTermPrimBufferClearLineWc
+(
+    const TermBuffer  tb,
+    const short       row,
+          short       newWidth
+);
+
 #ifdef __cplusplus
 } /* close scope of 'extern "C"'... */
 #endif /* __cplusplus */