File: child.h

package info (click to toggle)
aoeui 1.6~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 488 kB
  • sloc: ansic: 6,785; makefile: 222; sh: 11
file content (13 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Copyright 2007, 2008 Peter Klausler.  See COPYING for license. */
#ifndef CHILD_H
#define CHILD_H

void mode_child(struct view *);
void mode_shell_pipe(struct view *);
void shell_command(struct view *, Unicode_t);
void background_command(const char *command);

Boolean_t multiplexor(Boolean_t block);
void multiplex_write(fd_t fd, const char *, ssize_t bytes, Boolean_t retain);

#endif