aboutsummaryrefslogtreecommitdiff
path: root/src/pies.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pies.h')
-rw-r--r--src/pies.h37
1 files changed, 1 insertions, 36 deletions
diff --git a/src/pies.h b/src/pies.h
index 56fb72d..afdac66 100644
--- a/src/pies.h
+++ b/src/pies.h
@@ -1,5 +1,5 @@
/* This file is part of GNU Pies.
- Copyright (C) 2008, 2009, 2010, 2011, 2013 Sergey Poznyakoff
+ Copyright (C) 2008, 2009, 2010, 2011, 2013-2015 Sergey Poznyakoff
GNU Pies is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -262,13 +262,6 @@ struct component
};
#define is_sysvinit(cp) ((cp)->mode >= pies_mark_sysvinit || (cp)->runlevels)
-
-union pies_sockaddr_storage
-{
- struct sockaddr s;
- struct sockaddr_in s_in;
- struct sockaddr_un s_un;
-};
enum pies_action {
ACTION_CONT,
@@ -380,27 +373,6 @@ void component_finish (struct component *comp, grecs_locus_t *locus);
struct grecs_keyword *find_component_keyword (const char *ident);
-/* url.c */
-struct pies_url
-{
- char *string;
- char *scheme;
- char *host;
- char *port_s;
- int port;
- char *proto_s;
- int proto;
- char *path;
- char *user;
- char *passwd;
- int argc;
- char **argv;
-};
-
-int pies_url_create (struct pies_url **purl, const char *str);
-void pies_url_destroy (struct pies_url **purl);
-const char *pies_url_get_arg (struct pies_url *url, const char *argname);
-
void pies_pause (void);
@@ -484,13 +456,6 @@ char *meta_expand_string (const char *string, struct metadef *def, void *data);
void meta_free (struct metadef *def);
-/* addrfmt.c */
-void sockaddr_to_str (const struct sockaddr *sa, int salen,
- char *bufptr, size_t buflen,
- size_t *plen);
-char *sockaddr_to_astr (const struct sockaddr *sa, int salen);
-
-
/* userprivs.c */
int switch_to_privs (uid_t uid, gid_t gid, struct grecs_list *retain_groups);

Return to:

Send suggestions and report system problems to the System administrator.