File: private-utils.h

package info (click to toggle)
apt 3.1.12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,736 kB
  • sloc: cpp: 71,048; sh: 31,750; xml: 5,553; perl: 217; python: 197; ansic: 191; makefile: 41
file content (10 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#ifndef APT_PRIVATE_UTILS_H
#define APT_PRIVATE_UTILS_H

#include <string>

bool DisplayFileInPager(std::string const &filename);
bool EditFileInSensibleEditor(std::string const &filename);
time_t GetSecondsSinceEpoch();

#endif