This line is having some problem

VB Code:
  1. Public Declare Function RasHangUp Lib "rasapi32.dll" Alias _
  2. "RasHangUpA" (ByVal hRasConn As Long) As LongPublic gstrISPName As String
  3. Public ReturnCode As Long

The error message is Compiler error Expected: end of statement

Please help