#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <ctype.h>
#include "libdali.h"
Functions | |
char * | dl_read_streamlist (DLCP *dlconn, const char *streamfile) |
Create a compound regular expression from a list in a file. |
File oriented utility routines to use with a DataLink connection description.
modified: 2008.192
char* dl_read_streamlist | ( | DLCP * | dlconn, | |
const char * | streamfile | |||
) |
Create a compound regular expression from a list in a file.
Read a list of stream regular expressions from a file and create a compound regular expression. The caller is responsible for free'ing the returned string.