source: trunk/gsdl/src/recpt/OIDtools.h@ 188

Last change on this file since 188 was 188, checked in by sjboddie, 25 years ago

Added subjectbrowseaction. - Doesn't do anything yet.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 593 bytes
Line 
1/**********************************************************************
2 *
3 * OIDtools.h --
4 * Copyright (C) 1999 The New Zealand Digital Library Project
5 *
6 * PUT COPYRIGHT NOTICE HERE
7 *
8 * $Id: OIDtools.h 188 1999-03-04 22:38:22Z sjboddie $
9 *
10 *********************************************************************/
11
12
13#ifndef OIDTOOLS_H
14#define OIDTOOLS_H
15
16#include "text_t.h"
17
18// get first four characters of whatever string is passed in
19// targetdoc. targetdoc will normally be either a document
20// or classification OID so this returns the CLSU, HASH etc.
21void targetdoc_gethead (const text_t &targetdoc, text_t &head);
22
23
24
25
26#endif
Note: See TracBrowser for help on using the repository browser.