blob: cbd3e99047dfbc01f81629ff78104f3a0cf2de98 [file] [log] [blame]
#ifndef __WINE_RAS_H
#define __WINE_RAS_H
#include "windef.h"
#define RAS_MaxEntryName 256
typedef struct tagRASCONNA {
DWORD dwSize;
HRASCONN hRasConn;
CHAR szEntryName[RAS_MaxEntryName+1];
} RASCONNA,*LPRASCONNA;
DWORD WINAPI RasEnumConnectionsA( LPRASCONNA rc, LPDWORD x, LPDWORD y);
#endif