]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Make it compile.
authorSimon Josefsson <simon@josefsson.org>
Thu, 21 Apr 2005 21:59:50 +0000 (21:59 +0000)
committerSimon Josefsson <simon@josefsson.org>
Thu, 21 Apr 2005 21:59:50 +0000 (21:59 +0000)
lib/gnutls_alert.c

index e1398a8f4d64d6202f926950d73f95fe1ee9501a..7ebc86f27146b3a8afc4376686bd0149f0357567 100644 (file)
@@ -82,7 +82,7 @@ static const gnutls_alert_entry sup_alerts[] = {
   * See gnutls_alert_get().
   *
   **/
-const char *gnutls_alert_get_name(gnutls_alert_level_t alert)
+const char *gnutls_alert_get_name(gnutls_alert_description_t alert)
 {
     const char *ret = NULL;