home *** CD-ROM | disk | FTP | other *** search
- //+---------------------------------------------------------------------------
- //
- // Microsoft Windows
- // Copyright 1992 - 1997 Microsoft Corporation.
- //
- // File: out.c
- //
- // Contents:
- //
- // Classes:
- //
- // Functions:
- //
- // History: 4-20-95 RichardW Created
- //
- //----------------------------------------------------------------------------
-
- #include "gina.h"
-
- PMiniAccount pAccountList = NULL;
-
- BOOL
- InitializeAccountList(
- VOID)
- {
- PMiniAccount
- //
- //
- }
-