#include <fo_server.h>
Data Fields | |
| u_int64_t | mid |
| u_char * | unid |
| u_int32_t | unid_len |
| u_char * | subject |
| u_int32_t | subject_len |
| u_char * | category |
| u_int32_t | category_len |
| u_char * | content |
| u_int32_t | content_len |
| time_t | date |
| u_int16_t | level |
| u_int16_t | invisible |
| struct { | |
| u_char * name | |
| u_char * email | |
| u_char * hp | |
| u_char * img | |
| u_char * ip | |
| u_int32_t name_len | |
| u_int32_t email_len | |
| u_int32_t hp_len | |
| u_int32_t img_len | |
| u_int32_t ip_len | |
| } | user |
| s_posting * | next |
| s_posting * | prev |
Definition at line 27 of file fo_server.h.
|
|
The category of the posting Definition at line 36 of file fo_server.h. |
|
|
The length of the category. Definition at line 37 of file fo_server.h. |
|
|
The content of the posting. Definition at line 39 of file fo_server.h. |
|
|
The length of the content. Definition at line 40 of file fo_server.h. |
|
|
the date as time_t (it should be a long or an unsigned long) Definition at line 42 of file fo_server.h. |
|
|
The email address of the poster Definition at line 50 of file fo_server.h. |
|
|
The length of the email address Definition at line 55 of file fo_server.h. |
|
|
The homepage URL of the poster Definition at line 51 of file fo_server.h. |
|
|
The length of the homepage address Definition at line 56 of file fo_server.h. |
|
|
The image URL of the poster Definition at line 52 of file fo_server.h. |
|
|
The length of the image URL Definition at line 57 of file fo_server.h. |
|
|
The visibility flag of the posting Definition at line 45 of file fo_server.h. |
|
|
The IP address of the poster Definition at line 53 of file fo_server.h. |
|
|
The length of the IP address Definition at line 58 of file fo_server.h. |
|
|
The level of the posting Definition at line 44 of file fo_server.h. |
|
|
The message id. Definition at line 28 of file fo_server.h. |
|
|
The name of the poster Definition at line 49 of file fo_server.h. |
|
|
The length of the name Definition at line 54 of file fo_server.h. |
|
|
The next posting in the chain Definition at line 61 of file fo_server.h. |
|
|
The previous posting in the chain Definition at line 62 of file fo_server.h. |
|
|
The subject of the posting Definition at line 33 of file fo_server.h. |
|
|
The length of the subject. Definition at line 34 of file fo_server.h. |
|
|
Unique id of the posting. Used to avoid double postings. Definition at line 30 of file fo_server.h. |
|
|
Length of the unique id. Definition at line 31 of file fo_server.h. |
|
|
the name, email, homepage, image and ip as strings in an extra struct |
1.3.5