diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-05-28 16:05:58 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-06-17 20:47:38 +0200 |
commit | d3c211c2e46125ea98a45f2dad9af4669c347fa6 (patch) | |
tree | cffed929cfb1f6fe9b0c9f41d5fa2130571f123b /ncr_int.h | |
parent | c3695ab5f06af533deaf1de75cdd4631a9d77d00 (diff) | |
download | cryptodev-linux-d3c211c2e46125ea98a45f2dad9af4669c347fa6.tar.gz cryptodev-linux-d3c211c2e46125ea98a45f2dad9af4669c347fa6.tar.xz cryptodev-linux-d3c211c2e46125ea98a45f2dad9af4669c347fa6.zip |
Compilation and initialization fixes.
Diffstat (limited to 'ncr_int.h')
-rw-r--r-- | ncr_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -91,5 +91,6 @@ typedef enum { void ncr_limits_remove(struct file *filp, limits_type_t type); int ncr_limits_add_and_check(struct file *filp, limits_type_t type); +void ncr_limits_init(void); #endif |