textserv.h: Add missing CreateTextServices() prototype.
diff --git a/include/textserv.h b/include/textserv.h
index ffd9581..2d0876b 100644
--- a/include/textserv.h
+++ b/include/textserv.h
@@ -420,6 +420,10 @@
 
 #undef INTERFACE
 
+HRESULT WINAPI CreateTextServices(IUnknown*,ITextHost*,IUnknown**);
+
+typedef HRESULT (WINAPI *PCreateTextServices)(IUnknown*,ITextHost*,IUnknown**);
+
 #ifdef __cplusplus
 }
 #endif