diff options
author | Victor van Poppelen <[email protected]> | 2014-04-03 13:28:10 -0400 |
---|---|---|
committer | Victor van Poppelen <[email protected]> | 2014-04-03 13:28:10 -0400 |
commit | 65c1bc251ce65fb26e67ace1cf24f982ae8b0411 (patch) | |
tree | 0b998d6928b4edd7a5584e3ed0dba82ec8eba578 | |
parent | 4c91b63e1eca9592ffb979742be91713b1b05434 (diff) |
Package naming
-rw-r--r-- | golang-pam.c (renamed from gopam.c) | 0 | ||||
-rw-r--r-- | golang-pam.h (renamed from gopam.h) | 0 | ||||
-rw-r--r-- | pam.go | 4 | ||||
-rw-r--r-- | pamdefs.go | 2 |
4 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ // Package pam provides a wrapper for the application layer of the // Pluggable Authentication Modules library. -package gopam +package pam import ( - //#include "gopam.h" + //#include "golang-pam.h" //#cgo LDFLAGS: -lpam "C" "unsafe" @@ -2,7 +2,7 @@ // MACHINE GENERATED - DO NOT EDIT. -package gopam +package pam // Constants const ( |