fixes
[reactos.git] / reactos / subsys / psxss / api / process.c
1 /* $Id: process.c,v 1.1 1999/07/17 23:10:31 ea Exp $
2 *
3 * reactos/subsys/psxss/api/process.c
4 *
5 * ReactOS Operating System
6 *
7 */
8 static
9 LPC_RETURN_CODE
10 PSXSS_creat(
11 PLPC_REQUEST_REPLY pLpcRequestReply
12 )
13 {
14 return LPC_ERROR_CALL_NOT_IMPLEMENTED;
15 }
16
17 static
18 LPC_RETURN_CODE
19 PSXSS_terminate(
20 PLPC_REQUEST_REPLY pLpcRequestReply
21 )
22 {
23 return LPC_ERROR_CALL_NOT_IMPLEMENTED;
24 }
25
26
27 /* EOF */