| Line |  | 
|---|
| 1 | /* $Id: ptda.h,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 | #ifndef _ptda_h_ | 
|---|
| 11 | #define _ptda_h_ | 
|---|
| 12 |  | 
|---|
| 13 |  | 
|---|
| 14 | /******************************************************************************* | 
|---|
| 15 | *   Structures and Typedefs                                                    * | 
|---|
| 16 | *******************************************************************************/ | 
|---|
| 17 | typedef struct _PTDA | 
|---|
| 18 | { | 
|---|
| 19 | char dummy; | 
|---|
| 20 | } PTDA, *PPTDA; | 
|---|
| 21 |  | 
|---|
| 22 | PPTDA   ptdaGetCur(void); | 
|---|
| 23 | PPTDA   ptdaGet_pPTDAExecChild(PPTDA pPTDA); | 
|---|
| 24 | USHORT  ptdaGet_ptda_environ(PPTDA pPTDA); | 
|---|
| 25 |  | 
|---|
| 26 | #endif | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.