{-# LINE 1 "Text/Crack/Base.hsc" #-}
------------------------------------------------------------
{-# LINE 2 "Text/Crack/Base.hsc" #-}
-- |
-- Module      : Text.Crack.Base
-- Copyright   : (c) 2008. Trevor Elliott
-- License     : GPL V2
--
-- Maintainer  : trevor@geekgateway.com
-- Stability   :
-- Portability :
--
-- C interface to cracklib

module Text.Crack.Base (
    c_fascist_check
  ) where

import Foreign.C.String


{-# LINE 20 "Text/Crack/Base.hsc" #-}

foreign import ccall unsafe "crack.h FascistCheck" c_fascist_check :: CString
    -> CString
    -> IO CString