diff --git a/reactos/include/rosrtl/string.h b/reactos/include/rosrtl/string.h index 4bba0a0035a..5822658eace 100644 --- a/reactos/include/rosrtl/string.h +++ b/reactos/include/rosrtl/string.h @@ -1,4 +1,4 @@ -/* $Id: string.h,v 1.1 2003/11/17 02:12:52 hyperion Exp $ +/* $Id: string.h,v 1.2 2004/02/15 01:08:54 arty Exp $ */ #ifndef ROSRTL_STRING_H__ @@ -42,6 +42,10 @@ extern "C" #define ROS_EMPTY_STRING {0, 0, NULL} +NTSTATUS NTAPI RosAppendUnicodeString( PUNICODE_STRING ResultFirst, + PUNICODE_STRING Second, + BOOL Deallocate ); + #ifdef __cplusplus } #endif