| Line |  | 
|---|
| 1 | /* $Id: ptda.c,v 1.2 2000-04-17 02:26:29 bird Exp $ | 
|---|
| 2 | * | 
|---|
| 3 | * PTDA access functions. | 
|---|
| 4 | * | 
|---|
| 5 | * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no) | 
|---|
| 6 | * | 
|---|
| 7 | * Project Odin Software License can be found in LICENSE.TXT | 
|---|
| 8 | * | 
|---|
| 9 | */ | 
|---|
| 10 |  | 
|---|
| 11 |  | 
|---|
| 12 | /******************************************************************************* | 
|---|
| 13 | *   Header Files                                                               * | 
|---|
| 14 | *******************************************************************************/ | 
|---|
| 15 | #include <os2.h> | 
|---|
| 16 | #include "ptda.h" | 
|---|
| 17 |  | 
|---|
| 18 |  | 
|---|
| 19 | PPTDA   ptdaGetCur(void) | 
|---|
| 20 | { | 
|---|
| 21 | return NULL; | 
|---|
| 22 | } | 
|---|
| 23 |  | 
|---|
| 24 |  | 
|---|
| 25 | PPTDA   ptdaGet_pPTDAExecChild(PPTDA pPTDA) | 
|---|
| 26 | { | 
|---|
| 27 | pPTDA = pPTDA; | 
|---|
| 28 | return NULL; | 
|---|
| 29 | } | 
|---|
| 30 |  | 
|---|
| 31 |  | 
|---|
| 32 | USHORT  ptdaGet_ptda_environ(PPTDA pPTDA) | 
|---|
| 33 | { | 
|---|
| 34 | pPTDA = pPTDA; | 
|---|
| 35 | return 0; | 
|---|
| 36 | } | 
|---|
| 37 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.