File: restart.h

package info (click to toggle)
dancer-ircd 1.0.36-8
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 3,204 kB
  • ctags: 2,703
  • sloc: ansic: 36,121; sh: 3,534; perl: 612; makefile: 307
file content (13 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 *  
 */

#ifndef INCLUDED_restart_h
#define INCLUDED_restart_h

#include "config.h"

void restart(const char *) noreturn_attribute;
void server_reboot(void) noreturn_attribute;

#endif