Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / linux-fork.h
index bad97771adb456dcb3afe39808d977541ef05d5b..f918bcb3d9eb688f0d0f28801af122f451aef1ce 100644 (file)
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+#ifndef LINUX_FORK_H
+#define LINUX_FORK_H
+
 struct fork_info;
-extern struct fork_info *add_fork (pid_t);
+extern void add_fork (pid_t);
 extern struct fork_info *find_fork_pid (pid_t);
 extern void linux_fork_killall (void);
 extern void linux_fork_mourn_inferior (void);
 extern void linux_fork_detach (int);
 extern int forks_exist_p (void);
 extern int linux_fork_checkpointing_p (int);
+
+#endif /* LINUX_FORK_H */
This page took 0.026263 seconds and 4 git commands to generate.