~ubuntu-branches/ubuntu/warty/openafs/warty

« back to all changes in this revision

Viewing changes to src/WINNT/afs_setup_utils/GetWebDll/GetWebDllFun.h

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2004-01-10 16:37:33 UTC
  • Revision ID: james.westby@ubuntu.com-20040110163733-jvr0n1uahshlb1uu
Tags: upstream-1.2.11
ImportĀ upstreamĀ versionĀ 1.2.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifdef __cplusplus
 
2
extern "C" {
 
3
#endif  /* __cplusplus */
 
4
 
 
5
__declspec(dllexport) INT GetWebPage(LPSTR lpErrMsg,LPSTR lpFile,LPSTR lpCmdLine);
 
6
 
 
7
__declspec(dllexport) INT GetUserLogon(LPSTR lpUserName);
 
8
 
 
9
__declspec(dllexport) INT BrowseFile(HWND hwndOwner,LPSTR lpstrTitle,LPSTR lpFileFullName,INT fullsize);
 
10
 
 
11
#ifdef __cplusplus
 
12
}
 
13
#endif
 
14