diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,7 @@ SYNOPSIS unsigned int alarm_seconds; const char *path; const char *const *args; + unsigned patterned : 1; }; extern const struct libgeome_netservice libgeome_netservices[]; @@ -52,6 +53,8 @@ SYNOPSIS int libgeome_get_from_netservice(struct libgeome_context *, struct libgeome_data *, const struct libgeome_netservice *); + /* less fundament features omitted */ + Link with -lgeome -lm. DESCRIPTION |