Whamcloud - gitweb
LU-6245 libcfs: replace IS_PO2 with is_power_of_2 in server code
[fs/lustre-release.git] / lustre / utils / gss / lgss_krb5_utils.h
index 1f17d4f..b297937 100644 (file)
@@ -1,6 +1,4 @@
-/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
- * vim:expandtab:shiftwidth=8:tabstop=8:
- *
+/*
  * Modifications for Lustre
  *
  * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
@@ -19,7 +17,9 @@
 
 #include "lgss_utils.h"
 
+extern struct lgss_mech_type lgss_mech_null;
 extern struct lgss_mech_type lgss_mech_krb5;
+extern struct lgss_mech_type lgss_mech_sk;
 
 /*
  * convenient macros, these perhaps need further cleanup