Ignore:
Timestamp:
Nov 1, 2012, 7:45:54 AM (12 years ago)
Author:
katerina
Message:

Fixes for tickets #314, #315, #316, #317, #318, #319, #320, and #321.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_extern.h

    r294 r415  
    11#ifndef SH_EXTERN_H
    22#define SH_EXTERN_H
     3
     4#include <stdarg.h>
    35
    46typedef struct
     
    4042 *    executes shell command
    4143 */
    42 int sh_ext_popen_init (sh_tas_t * task, char * command);
     44int sh_ext_popen_init (sh_tas_t * task, char * command, char * argv0, ...) SH_GNUC_SENTINEL;
    4345
    4446/*
    4547 * -- Execute command, return first line of output
    4648 */
    47 int sh_ext_system (char * command);
     49int sh_ext_system (char * command, char * argv0, ...) SH_GNUC_SENTINEL;
    4850
    4951/*
Note: See TracChangeset for help on using the changeset viewer.