Whamcloud - gitweb
LU-14583 llapi: handle symlinks in llapi_file_get_stripe()
[fs/lustre-release.git] / lustre / utils / gss / lgss_krb5_utils.h
index 21ff2da..b297937 100644 (file)
@@ -1,9 +1,8 @@
-/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
- * vim:expandtab:shiftwidth=8:tabstop=8:
- *
+/*
  * Modifications for Lustre
- * Copyright 2007, Cluster File Systems, Inc.
- * All rights reserved
+ *
+ * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+ *
  * Author: Eric Mei <ericm@clusterfs.com>
  */
 
@@ -18,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