Message Id Expando definitions. More...
Include dependency graph for expando_msgid.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | MsgIdData |
| Data to generate a Message-Id. More... | |
Enumerations | |
| enum | ExpandoDataMsgId { ED_MSG_COUNTER = 1 , ED_MSG_DAY , ED_MSG_HOSTNAME , ED_MSG_HOUR , ED_MSG_MINUTE , ED_MSG_MONTH , ED_MSG_PID , ED_MSG_RANDOM_1 , ED_MSG_RANDOM_3 , ED_MSG_RANDOM_12 , ED_MSG_SECOND , ED_MSG_YEAR } |
| Expando Fields for the Message-Id. More... | |
Functions | |
| char * | msgid_generate (void) |
| Generate a Message-Id. | |
Variables | |
| const struct ExpandoRenderCallback | MsgIdRenderCallbacks [] |
| Callbacks for Message Id Expandos. | |
Message Id Expando definitions.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file expando_msgid.h.
| enum ExpandoDataMsgId |
Expando Fields for the Message-Id.
Definition at line 44 of file expando_msgid.h.
| char * msgid_generate | ( | void | ) |
Generate a Message-Id.
| ptr | Message ID |
Definition at line 250 of file expando_msgid.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
extern |
Callbacks for Message Id Expandos.
Definition at line 186 of file expando_msgid.c.