]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/session.h
Merge pull request #354 from pali/register-with-name
[ppp.git] / pppd / session.h
index bee8c4124eafb425fd85ec01c485a92ec6504ba0..0b91a03e5d62e5c921540c4fb92862e44b08b41a 100644 (file)
  * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
  * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
+#ifndef PPP_SESSION_H
+#define PPP_SESSION_H
 
-#ifndef __SESSION_H
-#define __SESSION_H
+#include "pppdconf.h"
 
 #define SESS_AUTH  1   /* Check User Authentication */
 #define SESS_ACCT  2   /* Check Account Validity */
@@ -88,4 +89,4 @@ session_start(const int flags, const char* user, const char* passwd, const char*
 void
 session_end(const char* tty);
 
-#endif
+#endif // PPP_SESSION_H