]> andersk Git - openssh.git/blobdiff - scard.h
- (dtucker) [loginrec.c] Use the SUSv3 specified name for the user name
[openssh.git] / scard.h
diff --git a/scard.h b/scard.h
index c0aa9ed30c284cfa4c93a09c3a47be242d9920b6..82efe483922085e6d2dc31242fa784e2f584dffb 100644 (file)
--- a/scard.h
+++ b/scard.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: scard.h,v 1.10 2002/03/25 17:34:27 markus Exp $       */
+/* $OpenBSD: scard.h,v 1.14 2006/08/03 03:34:42 deraadt Exp $ */
 
 /*
  * Copyright (c) 2001 Markus Friedl.  All rights reserved.
 #ifndef SCARD_H
 #define SCARD_H
 
-#include "key.h"
-
 #define SCARD_ERROR_FAIL       -1
 #define SCARD_ERROR_NOCARD     -2
 #define SCARD_ERROR_APPLET     -3
 
-Key    **sc_get_keys(const char*, const char*);
+Key    **sc_get_keys(const char *, const char *);
 void    sc_close(void);
-int     sc_put_key(Key *, const char*);
+int     sc_put_key(Key *, const char *);
+char   *sc_get_key_label(Key *);
 
 #endif
This page took 0.048928 seconds and 4 git commands to generate.