Skip to content

Commit

Permalink
add a common header file
Browse files Browse the repository at this point in the history
  • Loading branch information
mchome committed Sep 12, 2017
1 parent ebba21a commit 65c688d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dogcom [![travis-ci](https://travis-ci.org/mchome/dogcom.svg "Build status")](https://travis-ci.org/mchome/dogcom) [![badge](https://img.shields.io/badge/%20built%20with-%20%E2%9D%A4-ff69b4.svg "build with love")](https://github.com/mchome/dogcom) [![version](https://img.shields.io/badge/stable%20-%20v1.4.3-4dc71f.svg "stable version")](https://github.com/mchome/dogcom/tree/v1.4.3)
# dogcom [![travis-ci](https://travis-ci.org/mchome/dogcom.svg "Build status")](https://travis-ci.org/mchome/dogcom) [![badge](https://img.shields.io/badge/%20built%20with-%20%E2%9D%A4-ff69b4.svg "build with love")](https://github.com/mchome/dogcom) [![version](https://img.shields.io/badge/stable%20-%20v1.5.0-4dc71f.svg "stable version")](https://github.com/mchome/dogcom/tree/v1.5.0)

[Drcom-generic](https://github.com/drcoms/drcom-generic) implementation in C.

Expand Down
1 change: 1 addition & 0 deletions auth.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>

#ifdef WIN32
#include <winsock2.h>
Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "libs/common.h"
#endif

#define VERSION "1.4.3"
#define VERSION "1.5.0"

void print_help(int exval);
int try_smart_eaplogin(void);
Expand Down
2 changes: 1 addition & 1 deletion sample-d.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ AUTH_VERSION = '\x0A\x00'
mac = 0xb888e3051680
host_os = '8089D'
KEEP_ALIVE_VERSION = '\xDC\x02'
ror_version = False
ror_version = True

0 comments on commit 65c688d

Please sign in to comment.