diff options
author | Pierre Ossman <ossman@cendio.se> | 2025-07-02 14:55:29 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2025-07-02 14:55:29 +0200 |
commit | 6077860b35ccc4b9e4a2979afaeb1bbc3e75dc9c (patch) | |
tree | dfdfc31f02b345b43b94fb7ae4bdb34d3539cc92 /common/rfb/pam.h | |
parent | ae12120f4c3749c487ba37271403981811d7047b (diff) | |
parent | 1cc5daeb9640a49b92e0df8f6badbc687ff66538 (diff) | |
download | tigervnc-master.tar.gz tigervnc-master.zip |
Diffstat (limited to 'common/rfb/pam.h')
-rw-r--r-- | common/rfb/pam.h | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/common/rfb/pam.h b/common/rfb/pam.h deleted file mode 100644 index d378d19c..00000000 --- a/common/rfb/pam.h +++ /dev/null @@ -1,34 +0,0 @@ -/* - * Copyright (C) 2006 Martin Koegler - * Copyright (C) 2010 TigerVNC Team - * - * This is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. - */ - -#ifndef __RFB_PAM_H__ -#define __RFB_PAM_H__ - -#ifdef __cplusplus -extern "C" { -#endif - -int do_pam_auth(const char *service, const char *username, const char *password); - -#ifdef __cplusplus -} -#endif - -#endif |