Advertisement
Guest User

Untitled

a guest
Jan 14th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.32 KB | None | 0 0
  1. /*
  2. Copyright (c) 2012 Joji Antony
  3. All right reserved
  4. Licensce Affero GPL v3
  5. */
  6. #ifndef _SPECTRANET_H
  7. #define _SPECTRANET_H
  8. #include "tcp.h"
  9. #include <stdio.h>
  10.  
  11. #define FALSE 0
  12. #define TRUE 1
  13.  
  14. extern int check_internet_connection(void);
  15. extern void connect_to_internet(char *username,char *password);
  16.  
  17. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement