Skip to content

Commit

Permalink
dird: corrected #define guards
Browse files Browse the repository at this point in the history
  • Loading branch information
franku committed Jul 10, 2018
1 parent 72d97d3 commit 09b4c26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/dird/auth_pam.h
Expand Up @@ -19,12 +19,12 @@
02110-1301, USA.
*/

#ifndef BAREOS_DIRD_AUTH_PAM_H
#define BAREOS_DIRD_AUTH_PAM_H
#ifndef BAREOS_DIRD_AUTH_PAM_H_
#define BAREOS_DIRD_AUTH_PAM_H_

#include <string>

class BareosSocket;
bool PamAuthenticateUseragent(BareosSocket *bs, std::string username);

#endif /* BAREOS_DIRD_AUTH_PAM_H */
#endif /* BAREOS_DIRD_AUTH_PAM_H_ */

0 comments on commit 09b4c26

Please sign in to comment.