File: uwrap_enabled.c

package info (click to toggle)
uid-wrapper 1.2.4%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 476 kB
  • sloc: ansic: 5,244; makefile: 48; sh: 11
file content (8 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#include <stdbool.h>

bool uid_wrapper_enabled(void);

bool uid_wrapper_enabled(void)
{
	return false;
}