crack-0.1: 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
#include <crack.h>
foreign import ccall unsafe "crack.h FascistCheck" c_fascist_check :: CString
-> CString
-> IO CString