File: sections_trans.h

package info (click to toggle)
synaptic 0.70~pre1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 12,428 kB
  • ctags: 2,525
  • sloc: cpp: 23,288; xml: 7,938; ansic: 2,084; sh: 1,509; makefile: 642; sed: 93; python: 71
file content (18 lines) | stat: -rw-r--r-- 302 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* Translation table for debian sections
 * (c) 2004 Michael Vogt
 */

#ifndef _HAVE_SECTIONS_TRANS_H
#define _HAVE_SECTIONS_TRANS_H

#include <string>
#include <sstream>
#include <iostream>
#include <apt-pkg/strutl.h>
#include "i18n.h"

using namespace std;

string trans_section(string sec);

#endif