/[antiright]/antiright/lib/util.h
ViewVC logotype

Diff of /antiright/lib/util.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by jefbed, Fri Jul 23 23:19:41 2004 UTC revision 1.2 by jefbed, Wed Dec 22 02:46:55 2004 UTC
# Line 37  Line 37 
37  char*  char*
38  antiright_pipe_read(char *command_string);  antiright_pipe_read(char *command_string);
39    
40    /* This command pipes DATA into the command specified by
41       COMMAND_STRING.  */
42    void
43    antiright_pipe_write(char *command_string, char* data);
44    
45    /* This pipes FIFO into COMMAND.  */
46    void
47    antiright_fifo_server(char *command_string, char *fifo);
48    
49  /* This is the xmalloc function for AntiRight applications.  It  /* This is the xmalloc function for AntiRight applications.  It
50     verifies the allocation with an assertion.  */     verifies the allocation with an assertion.  */
51  void *  void *

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26