#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include <unistd.h>
#include <string.h>
#include <stdio.h>
#include <ctype.h>
#include <openssl/ssl.h>
#include <openssl/err.h>
Go to the source code of this file.
|
int | prowl_push_msg (char *api_key, int priority, char *application_name, char *event_name, char *description) |
|
#define closesocket |
( |
|
socket | ) |
close(socket) |
#define HOSTNAME "prowl.weks.net" |
#define MESSAGESIZE 11400 |
#define PROWL_PRIORITY_EMERGENCY 2 |
#define PROWL_PRIORITY_HIGH 1 |
#define PROWL_PRIORITY_MODERATE -1 |
#define PROWL_PRIORITY_NORMAL 0 |
#define PROWL_PRIORITY_VERY_LOW -2 |
int prowl_push_msg |
( |
char * |
api_key, |
|
|
int |
priority, |
|
|
char * |
application_name, |
|
|
char * |
event_name, |
|
|
char * |
description |
|
) |
| |