Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / ACE / apps / JAWS / clients / WebSTONE / src / nsapi-includes / base / nodelock.h
blobb557847ad5870656300bc7756b090eb825ac39c5
1 /*
2 * Copyright (c) 1994, 1995. Netscape Communications Corporation. All
3 * rights reserved.
5 * Use of this software is governed by the terms of the license agreement for
6 * the Netscape Communications or Netscape Comemrce Server between the
7 * parties.
8 */
11 /* ------------------------------------------------------------------------ */
15 * nodelock.h: licensing stuff
18 #ifndef _NODELOCK_H
19 #define _NODELOCK_H
22 * Do the initial IP address check and expiration date check. Reads a file
23 * from admin/config, as #define'd.
25 * Returns 1 on error, 0 on AOK.
28 int node_init();
31 * Check the expiration date against The Now.
33 * Returns 1 on error, 0 on AOK.
36 int node_check();
39 * So how we doin, license
41 * Returns 1 on error, 0 on AOK
43 int node_status();
45 #endif