#include <stdlib.h>
#include <string.h>
#include "compat/strlcpy.h"
#include "config.h"
Go to the source code of this file.
Functions | |
char * | replace_all (char *subject, char *this, char *that) |
char * | replace_fields (char *format, char *channel_link, char *channel_title, char *channel_desc, char *item_link, char *item_title, char *item_desc) |
|
Definition at line 24 of file replace_fields.c. References strlcpy(). Referenced by replace_fields(). |
|
Definition at line 47 of file replace_fields.c. References replace_all(). Referenced by process_rss(). |